Back to Angular

Select.Component

adev/shared-docs/components/select/select.component.html

22.0.0-next.10173 B
Original Source

arrow_drop_down

search @if (filteredOptions().length === 0) { No results found } @for (option of filteredOptions(); track option.value) { {{ option.label }}check }