45621: filters facet route service

This commit is contained in:
Lotte Hofstede
2017-11-09 15:02:36 +01:00
parent 57c525d178
commit 569d7a634b
14 changed files with 171 additions and 75 deletions

View File

@@ -46,7 +46,7 @@ export function getMetaReducers(config: GlobalConfig): Array<MetaReducer<AppStat
const DEV_MODULES: any[] = [];
if (!ENV_CONFIG.production) {
DEV_MODULES.push(StoreDevtoolsModule.instrument({ maxAge: 50 }));
DEV_MODULES.push(StoreDevtoolsModule.instrument({ maxAge: 500 }));
}
@NgModule({