- makeReducer<S>(initialState: S): ((...actionGroups: ActionMap<any>[]) => ActionReducer<S, Action>)
-
Returns ((...actionGroups: ActionMap<any>[]) => ActionReducer<S, Action>)
-
- (...actionGroups: ActionMap<any>[]): ActionReducer<S, Action>
-
Returns ActionReducer<S, Action>
Creates a @ngrx/store compatible ActionReducer given an initial sttate and a collection of ActionMaps