https://github.com/angular/angular
Raw File
Tip revision: f2ba19253d09786982ecfc913c11a5ed0806555f authored by Andrew Scott on 29 March 2023, 22:36:27 UTC
release: cut the v16.0.0-next.5 release
Tip revision: f2ba192
PACKAGE.md
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](guide/http) guide.
back to top