core/tabs/tab.model.ts
An tab allows to switch routes on a page.
Properties |
component |
component:
|
Type : Type<any>
|
Optional |
Angular component (can be used to add any component inside the list item of the tabs) |
featureId |
featureId:
|
Type : string
|
Optional |
Id to identify specific feature tab. |
hide |
hide:
|
Type : boolean
|
Optional |
Hide tab (optional) |
icon |
icon:
|
Type : string
|
Optional |
The icon to show on this tab (optional) |
label |
label:
|
Type : string
|
The label to show for that tab. |
orientation |
orientation:
|
Type : "horizontal" | "vertical"
|
Optional |
Alignment for tabs (optional) |
path |
path:
|
Type : string
|
Optional |
The angular route path to navigate to on click. |
priority |
priority:
|
Type : number
|
Optional |
Ordering of the tabs (high number first) (optional) |
template |
template:
|
Type : ViewContainerRef
|
Optional |
Angular template used for Content Projection (optional) |