<select name="state" [ngModel]="state"> <option [ngValue]="null">Choose a state</option> <option *ngFor="let state of states" ...
確定! 回上一頁