core/breadcrumb/breadcrumb-item.component.ts
selector | c8y-breadcrumb-item |
templateUrl | ./breadcrumb-item.component.html |
Properties |
Inputs |
constructor(_injector: EnvironmentInjector)
|
||||||
Parameters :
|
icon |
Type : string
|
injector |
Type : Injector
|
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>