core/tabs/tab.component.ts
AfterContentInit
OnDestroy
TabWithTemplate
| selector | c8y-tab |
| standalone | true |
| template | |
Properties |
Methods |
Inputs |
Outputs |
constructor(tabs: TabsService, _injector: EnvironmentInjector)
|
|||||||||
|
Parameters :
|
| icon |
Type : SupportedIconsSuggestions
|
| injector |
Type : Injector
|
| isActive |
Type : boolean
|
| label |
Type : string
|
Default value : ''
|
| orientation |
Type : "horizontal" | "vertical"
|
| path |
Type : string
|
| priority |
Type : number
|
| showAlways |
Type : boolean
|
Default value : false
|
| tabsOutlet |
Type : string
|
| onSelect |
Type : EventEmitter
|
| ngAfterContentInit |
ngAfterContentInit()
|
|
Returns :
void
|
| ngOnDestroy |
ngOnDestroy()
|
|
Returns :
void
|
| template |
Type : TemplateRef<any>
|
Decorators :
@ViewChild('tpl', {static: false})
|