MCPcopy Index your code
hub / github.com/angular/angular / intercept

Method intercept

packages/common/http/test/provider_spec.ts:632–634  ·  view source on GitHub ↗
(req: HttpRequest<any>, next: HttpHandler)

Source from the content-addressed store, hash-verified

630function provideLegacyInterceptor(tag: string): Provider {
631 class LegacyTagInterceptor implements HttpInterceptor {
632 intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {
633 return next.handle(addTagToRequest(req, tag));
634 }
635 }
636
637 const token = new InjectionToken(`LegacyTagInterceptor[${tag}]`, {

Callers

nothing calls this directly

Calls 2

addTagToRequestFunction · 0.85
handleMethod · 0.65

Tested by

no test coverage detected