@if (label) { {{label}} } @if (selectionFormControl.value && !disabled) { } @if (selectionFormControl.errors && selectionFormControl.touched && !showInlineError) { warning } @if (selectionFormControl.errors && showInlineError) { {{ getErrorMessage }} } @for (option of filteredOptions$ | async; track option) { }