Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


Angular7 bind object to select dropdown example
Bind object to dd value:

<select name="myDD" [(ngModel)]="val" >
<option *ngFor="let a of actionList" [ngValue]="a">{{a.DisplayName}}</option></select>

Created By: amos 1/15/2020 2:29:48 PM