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

Method intercept

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

Source from the content-addressed store, hash-verified

798function provideLegacyInterceptor(tag: string): Provider {
799 class LegacyTagInterceptor implements HttpInterceptor {
800 intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {
801 return next.handle(addTagToRequest(req, tag));
802 }
803 }
804
805 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