Updated Angular Material element examples

This commit is contained in:
Sercan Yemen
2018-08-28 07:53:09 +03:00
parent 8fc20fef8f
commit 62b64cb78c
116 changed files with 934 additions and 898 deletions

View File

@@ -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'];
}