HttpClientModule

From Get docs
< @angular/common‎ | httpAngular/docs/11/api/common/http/httpclientmodule


HttpClientModule

ngmodule

Configures the dependency injector for HttpClient with supporting services for XSRF. Automatically imported by HttpClientModule.

See more...

class HttpClientModule {
}

Description

You can add interceptors to the chain behind HttpClient by binding them to the multiprovider for built-in DI token HTTP_INTERCEPTORS.

Providers

Provider
HttpClient
{ provide: HttpHandler, useClass: HttpInterceptingHandler }
HttpXhrBackend
{ provide: HttpBackend, useExisting: HttpXhrBackend }
BrowserXhr
{ provide: XhrFactory, useExisting: BrowserXhr }


© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/common/http/HttpClientModule