core/tabs/tab.model.ts
Properties |
| component |
component:
|
Type : never
|
| Optional |
| icon |
icon:
|
Type : SupportedIconsSuggestions
|
| Optional |
|
The icon to show on this tab (optional) |
| label |
label:
|
Type : string
|
|
The label to show for that tab. |
| onSelect |
onSelect:
|
Type : EventEmitter<void>
|
| Optional |
|
Event emitter to handle the selection of the tab. |
| path |
path:
|
Type : T
|
| Optional |
|
The angular route path to navigate to on click. |
| template |
template:
|
Type : TemplateRef<any>
|
| Optional |
|
Additional template to replace the label (note the label will still be used as title and on mobile devices) |