Last active
May 25, 2020 03:20
-
-
Save Tecayehuatl/e298e83b571b6eea98a6c4a90d0e7810 to your computer and use it in GitHub Desktop.
Reducer index
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ActionReducerMap, MetaReducer } from '@ngrx/store'; | |
import { IAppState } from './app.interface'; | |
export const reducers: ActionReducerMap<IAppState> = {}; | |
export const metaReducers: MetaReducer<IAppState>[] = []; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment