@dsivd/prestations-ng 18.3.2-beta.1 → 18.3.2-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IAM_ACV_MIGRATION_OIDC.md +10 -20
- package/dsivd-prestations-ng-18.3.2-beta.3.tgz +0 -0
- package/fesm2022/dsivd-prestations-ng.mjs +10 -4
- package/fesm2022/dsivd-prestations-ng.mjs.map +1 -1
- package/foehn-header/foehn-header.component.d.ts +1 -0
- package/package.json +1 -1
- package/dsivd-prestations-ng-18.3.2-beta.1.tgz +0 -0
|
@@ -22,6 +22,7 @@ export declare class FoehnHeaderComponent implements OnInit {
|
|
|
22
22
|
mockedServices: Observable<string[]>;
|
|
23
23
|
availableLanguages: Observable<Language[]>;
|
|
24
24
|
currentLanguageCode: Observable<string>;
|
|
25
|
+
baseVdChUrl: Observable<string>;
|
|
25
26
|
applicationInfoService: ApplicationInfoService;
|
|
26
27
|
private readonly ENV_PROD;
|
|
27
28
|
private readonly AVS;
|
package/package.json
CHANGED
|
Binary file
|