Units

@if (units && units.length >= 0) {
{{ ' ' // Wrap the all table in a form. This is the only way reactiveforms will work }}
{{ ' ' // Header row }} {{ ' ' // Search row }} @for (unit of units; track trackId) { }
Unit Type
Symbol
Name
Description
@if (unit.unitType) { } {{ unit.symbol }} {{ unit.name }} {{ unit.description }}
} @if (units?.length === 0) {
Nenhum Units encontrado
}