New layout system & new layouts (wip)

This commit is contained in:
Sercan Yemen
2018-06-06 21:20:04 +03:00
parent 420d8d1a1b
commit 5c1f2ad1e3
92 changed files with 1793 additions and 1099 deletions

View File

@@ -123,8 +123,8 @@ export class ToolbarComponent implements OnInit, OnDestroy
this._fuseConfigService.config
.pipe(takeUntil(this._unsubscribeAll))
.subscribe((settings) => {
this.horizontalNav = settings.layout.navigation.position === 'top';
this.noNav = settings.layout.navigation.position === 'none';
this.horizontalNav = settings.layout.navbar.position === 'top';
this.noNav = settings.layout.navbar.position === 'none';
});
// Set the selected language from default languages