{"id":18794299,"url":"https://github.com/angular-university/angular-http-guide","last_synced_at":"2025-06-23T01:03:55.954Z","repository":{"id":84314561,"uuid":"96765190","full_name":"angular-university/angular-http-guide","owner":"angular-university","description":"Sample Application for the Blog post Angular HTTP Client Quickstart Guide","archived":false,"fork":false,"pushed_at":"2017-08-08T14:44:06.000Z","size":89,"stargazers_count":25,"open_issues_count":1,"forks_count":23,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-13T15:12:37.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://angular-university.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angular-university.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-10T10:27:28.000Z","updated_at":"2023-05-17T06:00:17.000Z","dependencies_parsed_at":"2023-03-13T20:04:34.023Z","dependency_job_id":null,"html_url":"https://github.com/angular-university/angular-http-guide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/angular-university/angular-http-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-http-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-http-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-http-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-http-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular-university","download_url":"https://codeload.github.com/angular-university/angular-http-guide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-http-guide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261391996,"owners_count":23151707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T21:28:56.597Z","updated_at":"2025-06-23T01:03:50.934Z","avatar_url":"https://github.com/angular-university.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular HTTP Quickstart Guide\r\n\r\nThis repository contains a sample Angular HTTP application that uses the latest Angular HTTP Client, originally released in Angular 4.3 (import barrel `@angular/common/http`).\r\n\r\nThis is the support code for the [Angular HTTP QuickStart](http://blog.angular-university.io/angular-http) blog post.\r\n\r\nThis post will be a quick practical guide for the Angular HTTP Client module. We will cover how to do HTTP in Angular in general. We will be using the new @angular/common/http module, but a good part of this post is also applicable to the previous @angular/http module.\r\n\r\nWe will provide some examples of how to use this module to implement some of the most common uses that you will find during development.\r\n\r\n# Table Of Contents\r\n- Introduction to the new HTTP Client module\r\n- Example of an HTTP GET\r\n- Improved Type Safety\r\n- HTTP Request Parameters (Immutability-based API)\r\n- HTTP Headers (Immutability-based API)\r\n- HTTP PUT, PATCH, POST, DELETE\r\n- Some REST Guidelines (specific to RESTful JSON) for using the multiple HTTP methods\r\n- The use of Generics in the new API enabling more type safe code\r\n- How To Avoid Duplicate HTTP Requests\r\n- How to do HTTP Requests in Parallel, and combine the Result\r\n- How to do HTTP Requests in sequence, and use the result of the first request to create the second request\r\n- How To get the results of two requests made in sequence\r\n- HTTP error handling\r\n- HTTP Interceptors\r\n- Progress Events\r\n- Summary\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-university%2Fangular-http-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular-university%2Fangular-http-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-university%2Fangular-http-guide/lists"}