MCPcopy Create free account
hub / github.com/angular/angular / intercept

Method intercept

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

Source from the content-addressed store, hash-verified

646function provideLegacyInterceptor(tag: string): Provider {
647 class LegacyTagInterceptor implements HttpInterceptor {
648 intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {
649 return next.handle(addTagToRequest(req, tag));
650 }
651 }
652
653 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