Outline

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