UNPKG

coersystem

Version:

Library for Angular projects

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