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

Class SignalReadingInterceptor

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

Source from the content-addressed store, hash-verified

732 let effectRunCount = 0;
733
734 class SignalReadingInterceptor implements HttpInterceptor {
735 intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {
736 interceptorSignal();
737 return next.handle(req);
738 }
739 }
740
741 TestBed.configureTestingModule({
742 providers: [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected