ecosystem/application-plugins/orphaned-status-cell-renderer.component.ts
| selector | c8y-orphaned-status-cell-renderer |
| imports |
C8yTranslatePipe
|
| templateUrl | ./orphaned-status-cell-renderer.component.html |
NgClass
C8yTranslatePipe
@if (label) {
<span
class="label"
[title]="label.description | translate"
[ngClass]="label.class"
>
{{ label.text | translate }}
</span>
}