This repository is organized in different branches, one branch for each video lesson.
- Fetch data from an API using the HttpClient in Angular
- Send data via Http using Angular
- Handle HTTP error responses in Angular
- Retry failed requests with the HttpClient in Angular
- Set HTTP headers in Angular
- Read custom HTTP headers sent by the server in Angular
- Fetch non-JSON data using the HttpClient in Angular
- Apply type checking to an Http response using the Angular HttpClient
- Intercept HTTP requests in Angular
- Listen to progress events using the Angular HttpClient
- Mock HTTP Requests made with Angular’s HttpClient in Unit Tests