Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <option value="{{timezone.value}}" *ngFor="let timezone of timezones.success">`
  2.  
  3. <div class="form-group">
  4. <select class="form-control" formControlName="timezone" name="timezone" *ngIf="timezones">
  5. <option value="{{timezone.value}}" *ngFor="let timezone of timezones.success">
  6. {{timezone.name}}
  7. </option>
  8. </select>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement