core/breadcrumb/breadcrumb.model.ts
A crumb of the breadcrumb.
Properties |
| icon |
icon:
|
Type : string
|
| Optional |
|
The icon to show on this BreadCrumb item. The icon will only be displayed if it is the first crumb. (optional) |
| label |
label:
|
Type : string
|
|
The label to show for that crumb. |
| path |
path:
|
Type : string
|
|
The angular route path to navigate to on click. |
| template |
template:
|
Type : any
|
| Optional |
|
Angular template used for Content Projection (optional) |
| translate |
| Only needed in upgrade case. |
translate:
|
Type : boolean
|
| Optional |
|
Should it be translated or not. |