mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-10 04:28:42 +00:00
Update Angular, Angular Material and Flex Layout to 6
Updated additional project files Updated Angular Material examples
This commit is contained in:
6
src/assets/angular-material-examples/select-multiple/select-multiple-example.html
Normal file → Executable file
6
src/assets/angular-material-examples/select-multiple/select-multiple-example.html
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
<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-select placeholder="Toppings" [formControl]="toppings" multiple>
|
||||
<mat-option *ngFor="let topping of toppingList" [value]="topping">{{topping}}</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
|
||||
Reference in New Issue
Block a user