mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
6 lines
351 B
Markdown
6 lines
351 B
Markdown
Implements an HTTP client API for Angular apps that relies on the `XMLHttpRequest` interface exposed by browsers.
|
|
|
|
Includes testability features, typed request and response objects, request and response interception,
|
|
observable APIs, and streamlined error handling.
|
|
|
|
For usage information, see the [HTTP Client](https://angular.dev/guide/http) guide.
|