Merge pull request #10572 from abpframework/fix/layout-flickering

Angular UI: Fixed the layout flickering problem
pull/10573/head
Bunyamin Coskuner 4 years ago committed by GitHub
commit a4ebf452e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,9 +52,7 @@ export class DynamicLayoutComponent {
this.router = injector.get(Router);
this.routes = injector.get(RoutesService);
this.getLayout();
this.checkLayoutOnNavigationEnd();
this.listenToLanguageChange();
}

Loading…
Cancel
Save