mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Adds an `appendAll()` method to `HttpParams` that can construct the HTTP request/response body from an object of parameters and values. This avoids calling `append()` multiple times when multiple parameters need to be added. Fixes #20798 PR Close #20930 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| client_spec.ts | ||
| headers_spec.ts | ||
| jsonp_mock.ts | ||
| jsonp_spec.ts | ||
| module_spec.ts | ||
| params_spec.ts | ||
| request_spec.ts | ||
| response_spec.ts | ||
| xhr_mock.ts | ||
| xhr_spec.ts | ||
| xsrf_spec.ts | ||