Я хочу найти и отфильтровать в раскрывающемся списке. Есть ли стандартное решение в Angular или мне нужно установить пакет?
Это мое html:
<div class="form-group maoyendepaye">
<label class="control-label">{{'Substitute' | translate}}</label>
<select class="form-control" [(ngModel)]="demande.remplacant" >
<option *ngFor="let remplacant of listremplacant" [value]="remplacant.Value">{{remplacant.Text}}</option>
</select>
</div>
Любая помощь? и спасибо