Skip to content

Commit 2d03547

Browse files
committed
update readme
1 parent d1e25d0 commit 2d03547

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ This repository is organized in different branches, one branch for each video le
66

77
## Contents
88

9-
1. [Fetch data from an API using the HttpClient in Angular]()
10-
1. [Send data via Http using Angular]()
11-
1. [Handle HTTP error responses in Angular]()
12-
1. [Retry failed requests with the HttpClient in Angular]()
13-
1. [Set HTTP headers in Angular]()
14-
1. [Read custom HTTP headers sent by the server in Angular]()
15-
1. [Fetch non-JSON data using the HttpClient in Angular]()
16-
1. [Apply type checking to an Http response using the Angular HttpClient]()
17-
1. [Intercept HTTP requests in Angular]()
18-
1. [Listen to progress events using the Angular HttpClient]()
19-
1. [Mock HTTP Requests made with Angular’s HttpClient in Unit Tests]()
9+
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)
10+
1. [Send data via Http using Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/send-data-to-server)
11+
1. [Handle HTTP error responses in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/handle-http-error-responses)
12+
1. [Retry failed requests with the HttpClient in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/retry-failed-requests)
13+
1. [Set HTTP headers in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/set-header-in-request)
14+
1. [Read custom HTTP headers sent by the server in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/read-custom-headers)
15+
1. [Fetch non-JSON data using the HttpClient in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/request-non-json-data)
16+
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)
17+
1. [Intercept HTTP requests in Angular](https://github.com/juristr/egghead-learn-http-in-angular/tree/intercept-http-in-angular)
18+
1. [Listen to progress events using the Angular HttpClient](https://github.com/juristr/egghead-learn-http-in-angular/tree/listen-progress-events)
19+
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)

0 commit comments

Comments
 (0)