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

Validate Max Teams

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

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