Guest User

Untitled

a guest
Feb 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <label>Catégorie Client:</label>
  2. <select class="form-control" [(ngModel)]="client.clientId" >
  3. <option></option>
  4. <option *ngFor="let client of clients" [value]="client.clientId">{{client.name}}</option>
  5. </select>
Add Comment
Please, Sign In to add comment