UNPKG

ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

11 lines (10 loc) 457 B
import { SpaasConfigModel, SpaasExtConfigModel } from "../_models/config.model"; import * as i0 from "@angular/core"; export declare class ConfigService { private readonly spaasConfig; config: SpaasExtConfigModel; constructor(spaasConfig: SpaasConfigModel); getConfig(): SpaasExtConfigModel; static ɵfac: i0.ɵɵFactoryDeclaration<ConfigService, [{ optional: true; }]>; static ɵprov: i0.ɵɵInjectableDeclaration<ConfigService>; }