Unit Converters

@if (unitConverters && unitConverters.length >= 0) {
{{ ' ' // Wrap the all table in a form. This is the only way reactiveforms will work }}
{{ ' ' // Search row }} @for (unitConverter of unitConverters; track trackId) { }
From Unit
To Unit
Name
@if (unitConverter.fromUnit) { } @if (unitConverter.toUnit) { } {{ unitConverter.name }}
} @if (unitConverters?.length === 0) {
Nenhum Unit Converters encontrado
}