mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| backend.ts | ||
| client.ts | ||
| context.ts | ||
| errors.ts | ||
| fetch.ts | ||
| headers.ts | ||
| interceptor.ts | ||
| jsonp.ts | ||
| module.ts | ||
| params.ts | ||
| private_export.ts | ||
| provider.ts | ||
| request.ts | ||
| response.ts | ||
| transfer_cache.ts | ||
| xhr.ts | ||
| xsrf.ts | ||