Angular
Fundamentals of Angular - Forms

Exercise: Communicating with the User

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

In this exercise...

you will practice communicating validation status with the user.

Directions:

In the project linked below:

  • Make the Flop Name required.
  • Show a red background if invalid and touched
  • Show a red asterisk next to the label if the control is invalid

Click the following link to open up the exercise: https://stackblitz.com/fork/thinkster-v2qb3z-3mn43r?file=src/app/flop-suggestion/flop-suggestion.component.html

 

I finished! On to the next chapter