Resetting the Form

In this lesson, we'll learn how to quickly reset forms.

We'll cover the following...

We’re going to learn about one more feature before we wrap things up with reactive forms. Sometimes it may be necessary to reset a form. There’s a function available on the form group called reset(). As you would imagine, this will reset every input in the form.

Let’s update the app.component.html template ...