repository/software/list/columns/software-type.cell-renderer.component.ts
templateUrl | ./software-type.cell-renderer.component.html |
Properties |
|
constructor(context: CellRendererContext)
|
||||||
Parameters :
|
Public context |
Type : CellRendererContext
|
<span *ngIf="!!context?.item?.softwareType; else emptyText" class="label label-info">{{
context.item.softwareType
}}</span>
<ng-template #emptyText>
<small class="text-muted">
<em translate>Undefined`software type`</em>
</small>
</ng-template>