angular/goldens/public-api/common/http
Matthieu Riegler ef665a40a5 refactor(http): Deprecate HttpClientModule & related modules (#54020)
This commit deprecates the `HttpClientModule` and other related http modules. Those can be replaced by provider function only.

Angular is an opinionated framework, feature guidance will help developer choose the recommended way to enable feature (like Http requests here).

Note: This is not an indication of deprecation for `NgModule`. The deprecated module's only purpose here was to define providers. This can be done directly by the provide function pattern.

DEPRECATED: `HttpClientModule`, `HttpClientXsrfModule` and `HttpClientJsonpModule`

As mentionned, those modules can be replaced by provider function only.

PR Close #54020
2024-04-23 12:12:31 -07:00
..
testing refactor(http): Deprecate HttpClientModule & related modules (#54020) 2024-04-23 12:12:31 -07:00
errors.md feat(http): allow caching requests with different origins between server and client (#55274) 2024-04-22 11:26:09 -07:00
index.md refactor(http): Deprecate HttpClientModule & related modules (#54020) 2024-04-23 12:12:31 -07:00