angular/packages/common/http
Alex Rickabaugh fc69c8021c refactor(http): convert NgModules to use provideHttpClient internally (#47502)
This commit converts `HttpClientModule` to use `provideHttpClient()`
internally, with a particular configuration of features. Other NgModules
related to configuring `HttpClient` are also converted to use the providers
directly from various features, to ensure consistency of behavior.

PR Close #47502
2022-10-06 19:02:45 +00:00
..
src refactor(http): convert NgModules to use provideHttpClient internally (#47502) 2022-10-06 19:02:45 +00:00
test feat(http): introduce the provideHttpClient() API (#47502) 2022-10-06 19:02:45 +00:00
testing feat(http): introduce provideHttpClientTesting provider function (#47502) 2022-10-06 19:02:45 +00:00
BUILD.bazel build: turn off dts bundling for packages that still are not supported (#29128) 2019-03-07 10:47:20 -08:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
public_api.ts feat(http): introduce the provideHttpClient() API (#47502) 2022-10-06 19:02:45 +00:00