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