Files

6 lines
331 B
Markdown
Raw Permalink Normal View History

2018-09-19 15:25:13 -07:00
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.