• Overview
@angular/common/http

HttpClientModule

NgModule
Deprecated

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

Description

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

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

Jump to details