Angular
Fundamentals of Angular - Communicating with a Server

Making GET Requests in Angular

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 make GET requests in Angular.

Angular's HttpClient service allows us to make all kinds of requests. But it returns an observable, so learning how to deal with the request, the observable it returns, and gathering and using the data that is returned is paramount for writing an application.

 

I finished! On to the next chapter