Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

[(ngModel)] in a select

<select name="miselect" [(ngModel)]="seleccionados" multiple="multiple">
    <option [value]="item" *ngFor="let item of lista">{{item}}</option>
</select>
Source by www.arquitecturajava.com #
 
PREVIOUS NEXT
Tagged: #select
ADD COMMENT
Topic
Name
7+8 =