@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/fesm2022/open-rlb-ng-app.mjs +30 -16
- package/fesm2022/open-rlb-ng-app.mjs.map +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
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
|
|
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
|
}
|