feat(layouts): enable window mode

This commit is contained in:
Dmitry Nehaychik 2017-07-28 19:46:27 +03:00
parent d464d1060b
commit 0f0bea801d

View file

@ -10,7 +10,7 @@ import { StateService } from '../../../@core/data/state.service';
selector: 'ngx-sample-layout',
styleUrls: ['./sample.layout.scss'],
template: `
<nga-layout [center]="layout.id === 'center-column'">
<nga-layout [center]="layout.id === 'center-column'" windowMode>
<nga-layout-header fixed>
<ngx-header [position]="sidebar.id === 'left' ? 'normal': 'inverse'"></ngx-header>
</nga-layout-header>