Create Reactive Add Client Form for Application

Let's create a reactive form, where the user adds a new client to the Client Contacts Manager application.

So, how do Reactive forms differ from template-driven forms? As we’ve seen, the template-driven form is closely bound to its model. The search form in the previous lesson had a simple model of a string property, and as soon as we submit the form, that property is set. Reactive forms differ from template forms through their use of observables to stream form data to the model, while the template form is bound directly to the form.

Get hands-on with 1300+ tech skills courses.