Outline

In this exercise...

you will practice making a POST request

Directions:

In the project linked below:

  1. Post a new login
  2. Send 2 values to the server
    1. UserId
    2. loginDateTime
  3. Show the movies & hide the login panel AFTER the server has responded to the login post

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

 

I finished! On to the next chapter