UNPKG

@ema/js-base-library

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.

20 lines (19 loc) 709 B
import { ConfigService } from '../config/config-service'; import { TranslateService } from '../translate/translate-service'; export declare class BaseService { private _environment; private _configService; private _translateService; private _type; constructor(enforcer: any); initApp(config: any, useDefaults?: boolean, namespace?: string): Promise<any>; fetchJson(url: string): Promise<any>; getGlobal(): any; initGlobalNameSpace(namespace?: string): void; readonly config: ConfigService; readonly environment: any; readonly translation: TranslateService; readonly translateService: TranslateService; static readonly instance: any; type: string; }