Angular
Intro to Reactive Forms in Angular - Validate Forms

Exercise: Built-in Validators

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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