MCPcopy
hub / github.com/angular/angular / MyHttpInterceptor

Class MyHttpInterceptor

packages/platform-server/test/integration_spec.ts:480–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478
479@Injectable()
480export class MyHttpInterceptor implements HttpInterceptor {
481 constructor(private http: HttpClient) {}
482
483 intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {
484 return next.handle(req);
485 }
486}
487
488@NgModule({
489 bootstrap: [MyServerApp],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…