Angular
Lets Code Together - Validating an Edit Form with Reactive Forms
  •  

Make the Name Required

PRO
Outline

In this video

We implement validation to make the name required.

Assignment: Give more feedback to the user
  1. Make the name have a minimum length of 3
  2. Outline the name input in red if invalid
  3. Show a message if the name is invalid
  4. make the save button gray if the form is invalid
 

I finished! On to the next chapter