190. TD Creating the Form and Registering the Controls

5:42 2 Лектори 2 Глави 133 сегменти

Глави

  1. 0:01

    In the last video, we had a look at the basic setup of our form. Now let's understand how Angular creates such a JavaScript object representing our form in the template -driven approach. The great thing is, you don't have to do anything. We…

  2. 5:02

    Like for example, email here. Well and the same is true for the select here, which is just another type of HTML input Here we can also add ng -model And we can add a name like secret because I'm asking for a secret question here. And with t…