@if (!treeViewer()) { {{ label }} @if (useAutocomplete) { @for (chip of chipList$ | async; track chip) { } @if (restChips?.length) { +{{ restChips?.length }} } @if (virtualScroll) { @if (multiple) { } @if (!multiple) { } } @else { @for (option of selectOptions$ | async; track option) { @if (multiple) { } @if (!multiple) { } } } } @if (useAutocomplete) { @if (!unfold) { } @if (unfold) { } @if (multiple) { } } @if (isNotInitial) { } @if (formControl.invalid) { {{ getErrorMessage() }} } } @else { @if (searchable()) { } }