UNPKG

ngx-testing-tools

Version:
4 lines (3 loc) 276 B
import { HttpErrorResponse, HttpEvent, HttpInterceptor } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare function inspectErrorResponse(interceptor: HttpInterceptor, resOrUrl: HttpErrorResponse | string, error?: any): Observable<HttpEvent<any>>;