62530: working on fixing preboot issue with fixed filters/route params

This commit is contained in:
lotte
2019-05-21 17:02:36 +02:00
parent 2d07cc1913
commit 8a5bffa881
8 changed files with 209 additions and 38 deletions

View File

@@ -57,7 +57,6 @@ export class AppComponent implements OnInit, AfterViewInit {
private angulartics2GoogleAnalytics: Angulartics2GoogleAnalytics,
private authService: AuthService,
private router: Router,
private routeService: RouteService,
private cssService: CSSVariableService,
private menuService: MenuService,
private windowService: HostWindowService
@@ -77,13 +76,10 @@ export class AppComponent implements OnInit, AfterViewInit {
metadata.listenForRouteChange();
routeService.saveRouting();
if (config.debug) {
console.info(config);
}
this.storeCSSVariables();
}
ngOnInit() {