Angular
Fundamentals of Angular - Displaying Data

Exercise: Binding to Styles

Outline

In this exercise...

you will practice binding to styles.

Directions:

In the project linked below:

  1. If the movie has less than 4 stars, then give it a red border border: '1px solid red'

Click the following link to open up the exercise: https://stackblitz.com/fork/angular-47n4jf?file=src%2Fapp%2Fmovie-tile%2Fmovie-tile.component.html

 

I finished! On to the next chapter