Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <select class="choose" [(ngModel)]="selectInfo">
  2. <option value="" selected >Selecciona Opción</option>
  3. <option *ngFor="let item of items" [value]="item.nombre">{{item.nombre}}
  4.  
  5. </option>
  6. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement