@open-rlb/ng-app 3.0.24 → 3.0.26

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/index.d.ts CHANGED
@@ -368,7 +368,8 @@ declare class AppsService {
368
368
  private getStoredAppId;
369
369
  private isSettingsRoute;
370
370
  private isDefaultRoute;
371
- private getFullPath;
371
+ private getConfigPath;
372
+ private getActualPath;
372
373
  static ɵfac: i0.ɵɵFactoryDeclaration<AppsService, [null, null, null, null, { optional: true; }]>;
373
374
  static ɵprov: i0.ɵɵInjectableDeclaration<AppsService>;
374
375
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-app",
3
- "version": "3.0.24",
3
+ "version": "3.0.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",