191. TD Submitting and Using the Form

6:15 1 スピーカー 2 章 149 分割

スピーカー

  1. 0:02

    In the last lecture, we configured our form here. We added some controls by placing ng -model on the inputs. Now let's make this form submitable so that we can actually see what the user entered. For this... I'll go to my app component. I a…

  2. 5:04

    So let's import ngForm from addAngularForms. And it kind of makes sense that it is of type ngForm, because that is what we're accessing here. This automatically created form. Now let's print it to the console one more time. And let's actual…