core/breadcrumb/breadcrumb.model.ts
One Page can have multiple Breadcrumb paths components. E.g. A device which is in multiple folders.
Properties |
injector |
injector:
|
Type : Injector
|
Optional |
The injector to use. If not set, the default root injector will be used. |
items |
items:
|
Type : BreadcrumbItem[]
|
The crumbs. |
priority |
priority:
|
Type : number
|
Optional |
The breadcrumbs with the highest priority will be shown first. |