Outline

In this exercise...

you will practice making a GET request.

Directions:

In the project linked below:

  1. Get the movies list and place it in the right spot
  2. Get the actors list and place it in the right spot
  3. Use services appropriately
  4. Hint: Is there something you have to do to the app.module?

Exercise 1: https://stackblitz.com/fork/angular-p58dkn?file=src%2Fapp%2Fapp.component.ts

 

I finished! On to the next chapter