@if(filter.label) { {{filter.label}} } @for (option of filteredOptions | async; track option) { {{ option.label }} } @for (error of validateError(); track error) { {{error}} }