Skip to content

Instantly share code, notes, and snippets.

@itayod
Created May 25, 2019 13:42
Show Gist options
  • Save itayod/a887b4301c19134eef41a20a001f7998 to your computer and use it in GitHub Desktop.
Save itayod/a887b4301c19134eef41a20a001f7998 to your computer and use it in GitHub Desktop.
import {StoreModule} from '@ngrx/store';
import {storageMetaReducer} from './storage.metareducer';
@NgModule({
imports: [StoreModule.forRoot(
reducers,
{
metaReducers: [storageMetaReducer]
}
)]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment