Files
Alan Agius ee578d3e86 build: format md files
Format all md files
2025-11-06 10:10:22 -08:00

7 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.