“Ng para selecionar Angular” Respostas de código

Ng para selecionar Angular

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

ngfor em select

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

Respostas semelhantes a “Ng para selecionar Angular”

Perguntas semelhantes a “Ng para selecionar Angular”

Mais respostas relacionadas para “Ng para selecionar Angular” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código