Create Reactive Add Client Form for 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 1200+ tech skills courses.