UNPKG

@tapsellorg/angular-material-library

Version:

Angular library for Tapsell

8 lines (7 loc) 362 B
import { InjectionToken } from '@angular/core'; import { PghSsoConfig } from './models'; export declare const PGH_SSO_CONFIG: InjectionToken<Partial<PghSsoConfig>>; /** * PGH_SSO_CONFIG is a partial version of PGH_SSO_ENRICHED_CONFIG so that it'll merge it with the default values */ export declare const PGH_SSO_ENRICHED_CONFIG: InjectionToken<PghSsoConfig>;