Answers for "make directive to return dropdown values angular"

0

make directive to return dropdown values angular

<select (change)="onChange($event)">
    <option *ngFor="let v of values" [value]="v.id">{{v.name}}</option>
</select>
Posted by: Guest on February-02-2021

Code answers related to "make directive to return dropdown values angular"

Code answers related to "Javascript"

Browse Popular Code Answers by Language