In this exercise...
you will practice binding to styles.
Directions:
In the projects linked below:
Exercise 1:
- Log out the actor's name from the oActor observable
- Modify the data in the stream before the subscribe
- Set the name property of the component to the data in the Name observable
- Get the flops out of the oFlops observable and get them to display on the screen
- Hint: look in the app.component.html for what is needed
Exercise 2:
- Fix the app component. Get the watchlist displaying in the application.
Exercise 1: https://stackblitz.com/fork/angular-w74rsj?file=src%2Fapp%2Fapp.component.ts
Exercise 2: https://stackblitz.com/fork/angular-xt23hw?file=src%2Fapp%2Fapp.component.ts