JsonpInterceptor
An HttpInterceptor
which identifies requests with the method JSONP and
shifts them to the JsonpClientBackend
.
class JsonpInterceptor {
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>
}
Methods
Parameters
Returns
|