select-demo.ts (material2-7.3.3) | : | select-demo.ts (material2-7.3.4) | ||
---|---|---|---|---|
skipping to change at line 44 | skipping to change at line 44 | |||
pokemonDisabled = false; | pokemonDisabled = false; | |||
showSelect = false; | showSelect = false; | |||
currentDrink: string; | currentDrink: string; | |||
currentDrinkObject: {}|undefined = {value: 'tea-5', viewValue: 'Tea'}; | currentDrinkObject: {}|undefined = {value: 'tea-5', viewValue: 'Tea'}; | |||
currentPokemon: string[]; | currentPokemon: string[]; | |||
currentPokemonFromGroup: string; | currentPokemonFromGroup: string; | |||
currentDigimon: string; | currentDigimon: string; | |||
currentAppearanceValue: string | null; | currentAppearanceValue: string | null; | |||
latestChangeEvent: MatSelectChange; | latestChangeEvent: MatSelectChange; | |||
floatLabel = 'auto'; | floatLabel = 'auto'; | |||
drinksWidth = 'default'; | ||||
foodControl = new FormControl('pizza-1'); | foodControl = new FormControl('pizza-1'); | |||
topHeightCtrl = new FormControl(0); | topHeightCtrl = new FormControl(0); | |||
drinksTheme = 'primary'; | drinksTheme = 'primary'; | |||
pokemonTheme = 'primary'; | pokemonTheme = 'primary'; | |||
compareByValue = true; | compareByValue = true; | |||
selectFormControl = new FormControl('', Validators.required); | selectFormControl = new FormControl('', Validators.required); | |||
foods = [ | foods = [ | |||
{value: null, viewValue: 'None'}, | {value: null, viewValue: 'None'}, | |||
{value: 'steak-0', viewValue: 'Steak'}, | {value: 'steak-0', viewValue: 'Steak'}, | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |