/Angular-HTTP_Requests-Class_21

Beginner practice to making HTTP Requests using Angular and Firebase

Primary LanguageTypeScript

Angular-HTTP_Requests-Class_21

Beginner practice to making HTTP Requests using Angular and Firebase

  • Exercise 1.1: Send a Post request to firebase to add movie data
  • Exercise 1.2: Send a get request to firebase to retrieve movie data. Use the pipe method and the map operator to change the response into an array. Refer to the reference as an example to access each value from the response. Console log the data as well to see what exactly is the response.
  • Exercise 1.3: Add a loading icon when sending a get request to firebase
  • Exercise 1.4: Send a delete request to delete all movie data
  • Exercise 1.5: Output an error message when retrieving an error response
  • Exercise 1.6: Separate the logic of HTTP requests into a service