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

Class SignalReadingInterceptor

packages/common/http/test/provider_spec.ts:912–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910 let effectRunCount = 0;
911
912 class SignalReadingInterceptor implements HttpInterceptor {
913 intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {
914 interceptorSignal();
915 return next.handle(req);
916 }
917 }
918
919 TestBed.configureTestingModule({
920 providers: [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected