Browse Source

fix(core): fix component key in dynamic layout

pull/3398/head
mehmet-erim 7 years ago
parent
commit
1f2418b872
  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

@ -34,7 +34,7 @@ export class DynamicLayoutComponent implements OnDestroy {
const layouts = {
application: this.getComponent('Theme.ApplicationLayoutComponent'),
account: this.getComponent('Theme.AccountLayoutComponent'),
empty: this.getComponent('Theme.EmptyApplicationLayoutComponent'),
empty: this.getComponent('Theme.EmptyLayoutComponent'),
};
const expectedLayout =

Loading…
Cancel
Save