ngmodule
Configures the dependency injector for HttpClient
with supporting services for XSRF. Automatically imported by HttpClientModule
.
class HttpClientModule { }
You can add interceptors to the chain behind HttpClient
by binding them to the multiprovider for built-in DI token HTTP_INTERCEPTORS
.
Provider |
---|
provideHttpClient(withInterceptorsFromDi()) |
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/common/http/HttpClientModule