core/tabs/tab.model.ts
Properties |
component |
component:
|
Type : Type<any>
|
Angular component (can be used to add any component inside the list item of the tabs) Note: The component must handle it responsive mobile view itself. Note: As a Tab is rendered in a li[customExtension]
(see: https://stackoverflow.com/a/56887630/923270 or
https://stackoverflow.com/a/38716164/923270)
|
icon |
icon:
|
Type : never
|
Optional |
label |
label:
|
Type : never
|
Optional |
path |
path:
|
Type : never
|
Optional |
template |
template:
|
Type : never
|
Optional |