File

repository/software/list/columns/software-type.cell-renderer.component.ts

Metadata

Index

Properties

Constructor

constructor(context: CellRendererContext)
Parameters :
Name Type Optional
context CellRendererContext No

Properties

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>

results matching ""

    No results matching ""