UNPKG

kipon-xrmservice

Version:

Dynamics 365 CE web api wrapper for angular, making life easier when building angular based web resources

13 lines (12 loc) 584 B
import { HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import { XrmStateService } from './xrmstate.service'; import * as i0 from "@angular/core"; export declare class XrmInterceptor implements HttpInterceptor { private xrmState; private nextNumber; constructor(xrmState: XrmStateService); intercept(req: HttpRequest<any>, next: HttpHandler): Observable<any>; static ɵfac: i0.ɵɵFactoryDeclaration<XrmInterceptor, never>; static ɵprov: i0.ɵɵInjectableDeclaration<XrmInterceptor>; }