@if (ionicForm) {
@if (type == 'date') { @if (!disabled) { } } @else if (type == 'time') { @for (h of list_hh_mm; track h) { {{ h }} } }
} @if (filteredSuggestions.length > 0 && showSuggestions) { @for (suggestion of filteredSuggestions; track suggestion; let i = $index) { {{ suggestion }} } }