4 - 6
Client-server communication is at the heart of any modern web application. In this course we will take a look at how to communicate with your backend API in Angular, specifically with the new Http module(@angular/common/http
) introduced and used in Angular 4.3.1
and later.
We will learn how to configure the HttpClientModule
, how to fetch and send data, customize HTTP headers that are being sent and how to properly handle error responses.
We will also take a look at some more advanced use cases such as listening to progress events and intercepting HTTP calls. Finally we will also learn how to isolate and mock HTTP calls in automated unit tests.
Excellent course, straight-to-the-point. Looking forward other courses from Juri.
Very good course. I would highly appreciate if you add another lesson on how to test components that use services that use HttpClientModule.
Big thanks
Thank you Juri for the course. I it's just perfect. It is easy to understand and it's exactly what you need to work with http in angular, all the core features.
Very well curated things Angular specific. Very clear in content and i loved it
great job! straight to the point!
Juri's courses are short and simple, best to get started with the concepts and also they cover all the concepts in a simple concise manner. He is one my favorite intsructors.