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