mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
When the response type is JSON, the `put()` overload signature did not have `reportProgress` and `params` options. This makes it difficult to type-check this overload. This commit adds them to the overload signature. Fixes #23600 PR Close #37873 |
||
|---|---|---|
| .. | ||
| backend.ts | ||
| client.ts | ||
| headers.ts | ||
| interceptor.ts | ||
| jsonp.ts | ||
| module.ts | ||
| params.ts | ||
| request.ts | ||
| response.ts | ||
| xhr.ts | ||
| xsrf.ts | ||