Outline

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