UNPKG

nsrtm-gestionarchivo-npm-prueba2

Version:

Proyecto de Libreria Frontend para la Gestión de Archivos

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