UNPKG

@igo2/core

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