MCPcopy
hub / github.com/angular/angular / ReentrantInterceptor

Class ReentrantInterceptor

packages/common/http/test/module_spec.ts:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70@Injectable()
71class ReentrantInterceptor implements HttpInterceptor {
72 constructor(private client: HttpClient) {}
73
74 intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {
75 return next.handle(req);
76 }
77}
78
79describe('HttpClientModule', () => {
80 let injector: Injector;

Callers

nothing calls this directly

Calls 1

InjectableInterface · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…