Outline

In this exercise...

you will practice using other controls besides textboxes.

Directions:

In the project linked below:

  • Add a Select control for the rating
    • Ratings: Unrated/PG/PG-13/R
  • Add a Radio Button for the studio
    • Studios: Warner Bros./Universal/Disney/Other
  • Add a checkbox for Has Soundtrack

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

 

I finished! On to the next chapter