UNPKG

@linid-dm/directory-manager-client-core

Version:

Core package by providing a set of angular components for the Directory Manager app.

43 lines (42 loc) 1.19 kB
import * as i0 from "@angular/core"; export declare class EnvService { production: boolean; hashLocationStrategy: boolean; hasSupportSubscription: boolean; urlBackend: string; debug: boolean; mockParams: string[]; mock: boolean; ui: { dateLocale: string; displayDateFormat: string; parsingDateFormat: string; notificationTimeout: number; }; subRoutes: string[]; auth: { fake: { fakeUser: boolean; fakeUserInfos: { displayName: string; password: string; }; }; sso: boolean; oidc: { issuer: string; requireHttps: boolean; redirectUri: string; logoutUrl: string; executeOidcLogoutProcess: boolean; clientId: string; responseType: string; responseMode: string; scope: string; showDebugInformation: boolean; clearHashAfterLogin: boolean; }; }; static ɵfac: i0.ɵɵFactoryDeclaration<EnvService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<EnvService>; }