fixed issues with ngrx platform upgrade: selectors, tests and router state in the dev tools

This commit is contained in:
Art Lowel
2017-09-06 16:50:01 +02:00
parent 32e91962f3
commit 30ee3859c8
16 changed files with 69 additions and 39 deletions

View File

@@ -45,7 +45,7 @@ export function getConfig() {
CommunityPageModule,
AppRoutingModule,
StoreModule.forRoot(appReducers, { metaReducers: appMetaReducers }),
// !getConfig().production ? StoreDevtoolsModule.instrument({ maxAge: 50 }) : [],
StoreDevtoolsModule.instrument({ maxAge: 50 }),
EffectsModule.forRoot(appEffects)
],
providers: [