UNPKG

@protoarch.angular/api

Version:
9 lines (8 loc) 480 B
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class BlobErrorHttpInterceptor implements HttpInterceptor { intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>; static ɵfac: i0.ɵɵFactoryDeclaration<BlobErrorHttpInterceptor, never>; static ɵprov: i0.ɵɵInjectableDeclaration<BlobErrorHttpInterceptor>; }