UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular 2

6 lines (5 loc) 181 B
import { ModuleConfig } from './config'; export declare class ConfigHelper { static setModuleConfigOptions(options: ModuleConfig): void; static getConfig(): ModuleConfig; }