core/tabs/tab.model.ts
Properties |
component |
component:
|
Type : never
|
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. |
path |
path:
|
Type : string
|
The angular route path to navigate to on click. |
template |
template:
|
Type : ViewContainerRef
|
Optional |
Additional template to replace the label (note the label will still be used as title and on mobile devices) |