Crud Entities
import { PoststState } from './posts.state';
@CrudEntities({
name: 'entities',
children: [PostsState]
})
export class EntitiesState extends CrudEntitiesState { }@CrudCollection({
name: 'posts'
})
export class PostsState extends CrudCollectionState { }State paths
Last updated