mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-22 04:17:08 +00:00
Updated Angular Material element examples
This commit is contained in:
@@ -9,6 +9,5 @@ import {FormControl} from '@angular/forms';
|
||||
})
|
||||
export class SelectMultipleExample {
|
||||
toppings = new FormControl();
|
||||
|
||||
toppingList = ['Extra cheese', 'Mushroom', 'Onion', 'Pepperoni', 'Sausage', 'Tomato'];
|
||||
toppingList: string[] = ['Extra cheese', 'Mushroom', 'Onion', 'Pepperoni', 'Sausage', 'Tomato'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user