mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-27 10:33:12 +00:00
6 lines
218 B
HTML
Executable File
6 lines
218 B
HTML
Executable File
<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>
|