core/tabs/tab.component.ts
AfterContentInit
OnDestroy
Tab
| selector | c8y-tab |
| template | |
Properties |
Methods |
Inputs |
constructor(tabs: TabsService)
|
||||||
|
Parameters :
|
| icon |
Type : string
|
| label |
Type : string
|
Default value : ''
|
| orientation |
Type : "horizontal" | "vertical"
|
| path |
Type : string
|
| priority |
Type : number
|
| ngAfterContentInit |
ngAfterContentInit()
|
|
Returns :
void
|
| ngOnDestroy |
ngOnDestroy()
|
|
Returns :
void
|
| template |
Type : ViewContainerRef
|
Decorators :
@ViewChild('tpl', {static: false})
|