The FormsModule

In this lesson, we'll enable template forms in our application by registering the FormsModule.

We'll cover the following...

Earlier, I mentioned that Angular provides two systems for developing forms. We first looked at reactive forms, which is the more ...