Skip to content

Instantly share code, notes, and snippets.

@Tecayehuatl
Last active May 25, 2020 03:20
Show Gist options
  • Save Tecayehuatl/e298e83b571b6eea98a6c4a90d0e7810 to your computer and use it in GitHub Desktop.
Save Tecayehuatl/e298e83b571b6eea98a6c4a90d0e7810 to your computer and use it in GitHub Desktop.
Reducer index
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