NgxsCrudManyComponent
<frrri-many>
<frrri-many path="entities.posts" #posts>
<!-- Loop through all posts -->
<ng-container *ngFor="let post of posts.all$ | async; trackBy:posts.trackByKey('id')">
{{ post | json }}
</ng-container>
<!-- Will be shown when loading through <ng-content select=".loading"> -->
<div class="loading">
Loading posts...
</div>
</frrri-many>Provided <ng-content> selectors
Provided state selectors
Last updated