An open API service indexing awesome lists of open source software.

https://github.com/juristr/egghead-learn-http-in-angular

Code samples for the Egghead course on "Learn Http in Angular"
https://github.com/juristr/egghead-learn-http-in-angular

angular egghead-course eggheadio teaching-materials

Last synced: about 1 month ago
JSON representation

Code samples for the Egghead course on "Learn Http in Angular"

Awesome Lists containing this project

README

          

# Egghead Course: Learn Http in Angular

[by Juri Strumpflohner](https://twitter.com/juristr)

This repository is organized in different branches, one branch for each video lesson.

## Contents

1. [Fetch data from an API using the HttpClient in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/fetch-data-from-api)
1. [Send data via Http using Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/send-data-to-server)
1. [Handle HTTP error responses in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/handle-http-error-responses)
1. [Retry failed requests with the HttpClient in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/retry-failed-requests)
1. [Set HTTP headers in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/set-header-in-request)
1. [Read custom HTTP headers sent by the server in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/read-custom-headers)
1. [Fetch non-JSON data using the HttpClient in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/request-non-json-data)
1. [Apply type checking to an Http response using the Angular HttpClient](https://github.com/juristr/egghead-learn-http-in-angular/tree/apply-type-checking)
1. [Intercept HTTP requests in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/intercept-http-in-angular)
1. [Listen to progress events using the Angular HttpClient](https://github.com/juristr/egghead-learn-http-in-angular/tree/listen-progress-events)
1. [Mock HTTP Requests made with Angular’s HttpClient in Unit Tests](https://github.com/juristr/egghead-learn-http-in-angular/tree/mock-http-in-unittests)