core/dashboard/dashboard-child-action.component.ts
| selector | c8y-dashboard-child-action |
| standalone | true |
| 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>