Hierarchy

  • ConfigService

Constructors

Properties

Accessors

Constructors

Properties

_config?: IConfig
defaultConfig: IConfig = ...

Accessors

  • get config(): {
        appPrefix?: string;
        couchDbUrl?: string;
        httpClientConfig?: AxiosRequestConfig<any>;
        sessionStorageService?: ISessionStorage;
        storageService?: IStorageService;
    }
  • Returns {
        appPrefix?: string;
        couchDbUrl?: string;
        httpClientConfig?: AxiosRequestConfig<any>;
        sessionStorageService?: ISessionStorage;
        storageService?: IStorageService;
    }

    • Optional appPrefix?: string
    • Optional couchDbUrl?: string
    • Optional httpClientConfig?: AxiosRequestConfig<any>
    • Optional sessionStorageService?: ISessionStorage
    • Optional storageService?: IStorageService

Generated using TypeDoc