“ngfor select angular” Ответ

ngfor select angular

<select [(ngModel)]="passenger.Title">
    <option *ngFor="let title of titleArray" [value]="title.Value">
      {{title.Text}}
    </option>
</select>
Coding Owl

ngfor in select

//angular
<select [(ngModel)]="passenger.Title">
    <option *ngFor="let title of titleArray" [value]="title.Value">
      {{title.Text}}
    </option>
</select>
Vivacious Vendace

Ответы похожие на “ngfor select angular”

Вопросы похожие на “ngfor select angular”

Больше похожих ответов на “ngfor select angular” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования