@veloceapps/sdk 8.0.0-148 → 8.0.0-149

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-148",
3
+ "version": "8.0.0-149",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "~15.2.0",
@@ -13,6 +13,7 @@ export declare class QuoteResolver implements Resolve<void | boolean> {
13
13
  constructor(router: Router, quoteDraftService: QuoteDraftService, routerService: FlowRouterService, contextService: ContextService, flowInfo: FlowInfoService, flowStateService: FlowStateService);
14
14
  resolve(route: ActivatedRouteSnapshot): Observable<boolean>;
15
15
  private checkDynamicNavigation$;
16
+ private getNavigateTo;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<QuoteResolver, never>;
17
18
  static ɵprov: i0.ɵɵInjectableDeclaration<QuoteResolver>;
18
19
  }