Guest User

Untitled

a guest
Jan 24th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <select class="form-control" [ngModelOptions]="{standalone: true}" [(ngModel)]="singleCar">
  2. <option value="null" selected='true' disabled>select car </option>
  3. <option [ngValue]="Car" *ngFor="let car of allCars">{{singleRole.name}}</option>
  4. </select>
Add Comment
Please, Sign In to add comment