@osovitny/anatoly 3.20.34 → 3.20.35
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
|
@@ -322,10 +322,11 @@ declare enum ModerationStatus {
|
|
|
322
322
|
declare class GoServiceBase {
|
|
323
323
|
protected route: ActivatedRoute;
|
|
324
324
|
protected router: Router;
|
|
325
|
+
private initialized;
|
|
325
326
|
protected isDevMode: boolean;
|
|
326
327
|
protected currentApp: ICurrentApp;
|
|
327
328
|
constructor(route: ActivatedRoute, router: Router);
|
|
328
|
-
private
|
|
329
|
+
private ensureInitialized;
|
|
329
330
|
navigate(commands: any[], extras?: NavigationExtras, reload?: boolean): void;
|
|
330
331
|
getHomeUrl(): string;
|
|
331
332
|
locationReload(): void;
|