@open-rlb/ng-app 3.1.91 → 3.1.93

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-app",
3
- "version": "3.1.91",
3
+ "version": "3.1.93",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -840,6 +840,8 @@ declare class AuthenticationService {
840
840
  modal: Window | null;
841
841
  private logger;
842
842
  private readonly aclStore;
843
+ private readonly _authReady$;
844
+ readonly authReady$: Observable<void>;
843
845
  constructor(oidcSecurityService: OidcSecurityService, cookiesService: CookiesService, router: Router, parseJwtService: ParseJwtService, store: Store<BaseState>, log: AppLoggerService, localStorage: AppStorageService, adminApi: AdminApiService, envConfig: EnvironmentConfiguration, authConfig: AuthConfiguration, appconfig: IConfiguration, authUrlHandler: AuthUrlHandler | null);
844
846
  get oidc(): OidcSecurityService;
845
847
  get config(): AuthConfiguration;