Angular
Fundamentals of Angular - Communicating with a Server

Using Services with HTTP Requests

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

In this video...

We will learn how to incorporate services into the HTTP Request process.

Typically components should only deal with display state and logic. Retrieving data from the server isn't somethign that would fall under this responsibility. So actually issuing the requests from a component is generally seen as less effective. In this video we'll see how to delegate these responsibilities to services, and utilize those services appropriately from our components.

 

I finished! On to the next chapter