Browse Source

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

Angular UI: Fixed the layout flickering problem
pull/10574/head
Bunyamin Coskuner 4 years ago
committed by GitHub
parent
commit
a4ebf452e6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/ng-packs/packages/core/src/lib/components/dynamic-layout.component.ts

2
npm/ng-packs/packages/core/src/lib/components/dynamic-layout.component.ts

@ -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