projects/m2-components/src/lib/navigation/nav-bar/navbar.component.ts
| selector | sdi-navbar |
| template | |
Properties |
Methods |
constructor(clientConfigService: ClientConfigService)
|
||||||
|
Parameters :
|
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
| setNavPanelRatio | ||||||
setNavPanelRatio(ratio: number)
|
||||||
|
Parameters :
Returns :
void
|
| updateConfigNavPanelRatio | ||||||
updateConfigNavPanelRatio(ratio: number)
|
||||||
|
Parameters :
Returns :
void
|
| navPanelSplitter |
Type : SplitterComponent
|
Decorators :
@ViewChild('navPanelSplitter')
|