199. TD Using ngModel with Two-Way-Binding
2:48
2 Дыбыс тақшалары
2 Бөлімдер
60 сегменттер
Дыбыс тақшалары
Бөлімдер
-
0:02Бөлім 1: Sometimes, you not only want to pre -populate the default the user entered, but you also want to instantly react to any changes. 89s · Speaker 1
Sometimes, you not only want to pre -populate the default the user entered, but you also want to instantly react to any changes. Right now, everything about this form here only updates once I click submit. Then I get this form object where …
-
1:31
Of course, we need to introduce this answer property then there. An answer could be an empty string by default. With this in place, let me also add a CSS class to the text area form control to give it some nice styling. If this reloads, we …