projects/congarevenuecloud/elements/src/lib/breadcrumb/breadcrumb.component.ts
Special type for breadcrumb elements used by the BreadcrumbComponent.
Properties |
active |
active:
|
Type : boolean
|
Optional |
Flag to set this breadcrumb as an active clickable link. |
label |
label:
|
Type : string
|
Label shown on the breadcrumb. |
route |
route:
|
Type : Array<string>
|
Route that breadcrumb will link to when clicked on. |