UNPKG

@lxlib/mock

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

9 lines (8 loc) 382 B
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Injector } from '@angular/core'; import { Observable } from 'rxjs'; export declare class MockInterceptor implements HttpInterceptor { private injector; constructor(injector: Injector); intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>; }