Angular
Intro to Reactive Forms in Angular - Validate Forms

Exercise: Built-in Validators

PRO
Outline

In this exercise what I'd like you to do is:
1. Add a built-in Validator to nameControl so it has a minimum length of 2. Look at the documentation for help finding out which Validator that is here.
2. Add a getter for nameControl on line 19

Exercise Link: https://stackblitz.com/fork/rxngforms-validation-ex1

 

I finished! On to the next chapter