core/tabs/tab.component.ts
AfterContentInit
OnDestroy
TabWithTemplate
selector | c8y-tab |
template |
|
Properties |
Methods |
Inputs |
constructor(tabs: TabsService, _injector: EnvironmentInjector)
|
|||||||||
Parameters :
|
icon |
Type : string
|
injector |
Type : Injector
|
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})
|