UNPKG

ipsos-components

Version:

Material Design components for Angular

6 lines (5 loc) 223 B
<mat-form-field> <mat-select placeholder="Toppings" [formControl]="toppings" multiple> <mat-option *ngFor="let topping of toppingList" [value]="topping">{{topping}}</mat-option> </mat-select> </mat-form-field>