Validating the Other Inputs
In this lesson, we'll validate the other inputs in the form.
We'll cover the following...
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
...