UNPKG

@c10t/nice-component-library

Version:

nice-component-library

12 lines (11 loc) 570 B
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import { JsogService } from 'jsog-typescript'; import * as i0 from "@angular/core"; export declare class JsogHttpInterceptor implements HttpInterceptor { private jSog; constructor(jSog: JsogService); intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>; static ɵfac: i0.ɵɵFactoryDeclaration<JsogHttpInterceptor, never>; static ɵprov: i0.ɵɵInjectableDeclaration<JsogHttpInterceptor>; }