UNPKG

@lifeintelligencegroup/ngx-lig-ari

Version:

Life Intelligence Group Artificial Intelligence

12 lines (11 loc) 614 B
import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http'; import { Observable } from 'rxjs'; import { HttpCancelService } from './httpcancel.service'; import * as i0 from "@angular/core"; export declare class ManageHttpInterceptor implements HttpInterceptor { private httpCancelService; constructor(httpCancelService: HttpCancelService); intercept<T>(req: HttpRequest<T>, next: HttpHandler): Observable<HttpEvent<T>>; static ɵfac: i0.ɵɵFactoryDeclaration<ManageHttpInterceptor, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ManageHttpInterceptor>; }