Forms Overview
In this lesson, we'll learn about Angular's system for helping you develop forms.
We'll cover the following...
Forms play a significant role in any application. We saw how we could work with forms in Angular. We can use property binding and event handling on form inputs, which gives us control over the input.
This solution works fine for small applications. Angular provides two alternative features for controlling forms and their inputs. There are reactive forms and template ...