@dsivd/prestations-ng 16.5.4-beta.1 → 16.5.4-beta.2

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/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "ng-update": {
41
41
  "migrations": "./schematics/migration-collection.json"
42
42
  },
43
- "version": "16.5.4-beta.1",
43
+ "version": "16.5.4-beta.2",
44
44
  "module": "fesm2015/dsivd-prestations-ng.mjs",
45
45
  "es2020": "fesm2020/dsivd-prestations-ng.mjs",
46
46
  "esm2020": "esm2020/dsivd-prestations-ng.mjs",
@@ -1,16 +1,14 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { FoehnPageModalService } from '../foehn-page/foehn-page-modal.service';
3
- import { SessionInfo } from '../sdk-session-info/session-info.service';
4
3
  import { IamExpiredInterceptorService } from './iam-expired-interceptor.service';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class RedirectComponent {
7
6
  private iamInterceptor;
8
7
  private foehnPageModalService;
9
- private sessionInfo;
10
8
  isModalVisible: Observable<boolean>;
11
9
  counter: number;
12
- redirectUrl: string;
13
- constructor(iamInterceptor: IamExpiredInterceptorService, foehnPageModalService: FoehnPageModalService, sessionInfo: SessionInfo);
10
+ redirectUrl: Observable<string>;
11
+ constructor(iamInterceptor: IamExpiredInterceptorService, foehnPageModalService: FoehnPageModalService);
14
12
  reloadPage(): void;
15
13
  private startTimer;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<RedirectComponent, never>;