UNPKG

kipon-xrmservice

Version:

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

14 lines (13 loc) 493 B
import { HttpClient } from '@angular/common/http'; import { AuthConfig } from './auth.service'; import * as i0 from "@angular/core"; export declare class XrmConfigService { private http; private appConfig; constructor(http: HttpClient); loadAppConfig(): any; loadAppConfig(url: string): any; getConfig(): AuthConfig; static ɵfac: i0.ɵɵFactoryDeclaration<XrmConfigService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<XrmConfigService>; }