angular/packages/common/http/src
Ajit Singh dd8d8c8289 fix(common): add params and reportProgress options to HttpClient.put() overload (#37873)
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
2020-09-16 15:28:21 -07:00
..
backend.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
client.ts fix(common): add params and reportProgress options to HttpClient.put() overload (#37873) 2020-09-16 15:28:21 -07:00
headers.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
interceptor.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
jsonp.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
module.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
params.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
request.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
response.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
xhr.ts fix(http): avoid abort a request when fetch operation is completed (#37367) 2020-06-25 12:09:39 -07:00
xsrf.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00