mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
fixed issues with ngrx platform upgrade: selectors, tests and router state in the dev tools
This commit is contained in:
@@ -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: [
|
||||
|
Reference in New Issue
Block a user