UNPKG

ipsos-components

Version:

Material Design components for Angular

8 lines (7 loc) 211 B
<mat-form-field> <mat-select placeholder="Favorite food"> <mat-option *ngFor="let food of foods" [value]="food.value"> {{ food.viewValue }} </mat-option> </mat-select> </mat-form-field>