src/app/layouts/sidenav-layout/sidenav-layout.component.ts
| encapsulation | ViewEncapsulation.None |
| host | { |
| selector | stbui-sidenav-layout, stbui-sidenav-layout-container |
| styleUrls | ./sidenav-layout.component.scss |
| templateUrl | ./sidenav-layout.component.html |
Properties |
Methods |
Inputs |
constructor()
|
| position | |
Type : "start" | "end"
|
|
Default value : 'start'
|
|
| scrollStrategy | |
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
| _header |
Type : SidenavLayoutHeaderComponent
|
Decorators :
@ContentChild(SidenavLayoutHeaderComponent, {static: false})
|
./sidenav-layout.component.scss