core/dashboard/dashboard-child-action.component.ts
selector | c8y-dashboard-child-action |
templateUrl | ./dashboard-child-action.component.html |
Properties |
template |
Type : any
|
Decorators :
@ViewChild('template', {static: false})
|
<ng-template #template>
<li>
<ng-content></ng-content>
</li>
</ng-template>