@veloceapps/sdk 8.0.0-24 → 8.0.0-26

Sign up to get free protection for your applications and to get access to all the features.
@@ -412,7 +412,7 @@ class FlowRouterService {
412
412
  return '';
413
413
  }
414
414
  const path = rootRoute.pathFromRoot
415
- .map(r => { var _a; return (_a = r.routeConfig) === null || _a === void 0 ? void 0 : _a.path; })
415
+ .map(r => r.url[0])
416
416
  .filter(Boolean)
417
417
  .join('/');
418
418
  return '/' + path;