Angular
Fundamentals of Angular - Communicating with a Server

Exercise: Make a GET Request

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 

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