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

Validate Max Teams

PRO
Outline

In this video

We do validation for the maximum number of teams.

Assignment: Validate Contact Emails
  1. Make sure each contact email is required and of type email
  2. Outline each contact email in red with a message if invalid
  3. Checking the validity of each item in the list requires accessing an item in the form array
  4. You access formArray elements just like array elements...by index
  5. Treat the contactEmails as an array to find a single element
 

I finished! On to the next chapter