mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 20:45:08 +00:00
f4636d9a37
Updated additional project files Updated Angular Material examples
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>
|