UI Components
Streamline your view layer
To streamline your view layer @frrri/ngxs-crud/ui provides **three components to show __all entities of a collection, a single entity of a collection, or the active entity** of the collection.
****All entities: LyxsManyComponent <lyxs-many>
****Single entity: LyxsOneComponent <lyxs-one>
****Active entity: LyxsActiveComponent <lyxs-active>
You can see them in action in the posts-index.component.html
and posts-show.component.html
templates (found here).
Last updated