Adding Validators

In this lesson, we'll add some validators to the form controls we created in the previous lesson.

We'll cover the following...

The next step in our journey is to add some validators to the form controls. We’ll be creating some custom validators soon, but first, let’s add some that we’re already familiar with. It’s always a good idea to take advantage of the validators that come with Angular ...