UNPKG

@pepperi/ngx-lib

Version:

Pepperi Angular Components and Services

10 lines (9 loc) 468 B
import { HttpEvent, HttpRequest, HttpHandler, HttpInterceptor } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ErrorInterceptor implements HttpInterceptor { constructor(); intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>; static ɵfac: i0.ɵɵFactoryDef<ErrorInterceptor, never>; static ɵprov: i0.ɵɵInjectableDef<ErrorInterceptor>; }