Create "Search", "Create", "Update" and "Delete" actions and types for the given
schema. This actions are handled by the by the NormalizedEntityState reducer
and the effects created by the CrudEffectsFactory. Export these actions together
with custom state actions.
For convinience the ngrx-normalizr addData,setDataandremoveData` action
creators are exported together with the CRUD actions.
Create "Search", "Create", "Update" and "Delete" actions and types for the given schema. This actions are handled by the by the
NormalizedEntityStatereducer and the effects created by theCrudEffectsFactory. Export these actions together with custom state actions.For convinience the
ngrx-normalizraddData,setDataandremoveData` action creators are exported together with the CRUD actions.