Validating the Other Inputs

In this lesson, we'll validate the other inputs in the form.

Let’s validate the other inputs in the form. We’re going to introduce new validators. This means that we’ll have to add additional messages as well. Let’s get started.

Validators

We’ll be modifying the configuration object for the form group we created in the app.component.ts file. We’ll update it to the following:

Get hands-on with 1200+ tech skills courses.