@osovitny/anatoly 3.20.42 → 3.20.43
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
|
@@ -338,8 +338,9 @@ declare class GoServiceBase extends ServiceBase {
|
|
|
338
338
|
protected route: ActivatedRoute;
|
|
339
339
|
protected router: Router;
|
|
340
340
|
private initialized;
|
|
341
|
+
private _currentApp;
|
|
341
342
|
protected isDevMode: boolean;
|
|
342
|
-
protected currentApp: ICurrentApp;
|
|
343
|
+
protected get currentApp(): ICurrentApp;
|
|
343
344
|
constructor(route: ActivatedRoute, router: Router);
|
|
344
345
|
private ensureInitialized;
|
|
345
346
|
navigate(commands: any[], extras?: NavigationExtras, reload?: boolean): void;
|