199. TD Using ngModel with Two-Way-Binding

2:48 2 & Kefluniañ 2 Pennadoù 60 reizhennoù

Pennadoù

  1. 0:02

    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 …

  2. 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 …