UNPKG

@yoyoboot/l-52abp-ng

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.

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