ngx-testing-tools
Version:
Makes Angular testing easier
12 lines (11 loc) • 525 B
TypeScript
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class InterceptorProxy implements HttpInterceptor {
private info;
private isRootCtor;
instance: any;
intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
static ɵfac: i0.ɵɵFactoryDeclaration<InterceptorProxy, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<InterceptorProxy>;
}