@angular/common/http

HttpClientJsonpModule

NgModule
Deprecated

Configures the dependency injector for HttpClient with supporting services for JSONP. Without this module, Jsonp requests reach the backend with method JSONP, where they are rejected.

class HttpClientJsonpModule {
}
Jump to details