core/breadcrumb/breadcrumb-item.component.ts
| selector | c8y-breadcrumb-item |
| templateUrl | ./breadcrumb-item.component.html |
Properties |
Inputs |
| icon |
Type : string
|
| label |
Type : string
|
| path |
Type : string
|
| translate |
Type : boolean
|
| template |
Type : any
|
Decorators :
@ViewChild('template', {static: false})
|
<ng-template #template>
<ng-content></ng-content>
</ng-template>