UNPKG

@infordata-web/portal-common-component-lib

Version:

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

10 lines (9 loc) 267 B
import { Observable } from "rxjs"; export declare class ConfigurationService { nameApp: string; lingua$: Observable<string>; servicePaths: Map<string, string>; userProfile: any; appPath: any; constructor(configurazioneModulo: any); }