@veloceapps/sdk 8.0.0-86 → 8.0.0-88

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/sdk",
3
- "version": "8.0.0-86",
3
+ "version": "8.0.0-88",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "~15.2.0",
@@ -6,7 +6,6 @@ export declare class RootGuard implements CanActivate, CanDeactivate<any> {
6
6
  private router;
7
7
  private routerService;
8
8
  private initialized;
9
- private navToRestore;
10
9
  constructor(router: Router, routerService: FlowRouterService);
11
10
  canActivate(route: ActivatedRouteSnapshot): Observable<boolean> | Promise<boolean> | boolean;
12
11
  canDeactivate(): boolean;