mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1fbaeab37d
`HttpClient` has a lot of overloads to achieve proper type checking, however each overload is also very long which makes it hard to read on adev. These changes replace the object literal types with `Record` to make them a bit more concise. PR Close #59901