@messaia/cdk 13.3.1 → 13.3.2-rc01

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.
@@ -14970,7 +14970,7 @@ class VdLayoutNavComponent {
14970
14970
  */
14971
14971
  handleNavigationClick() {
14972
14972
  if (this.routerEnabled) {
14973
- this.router.navigate([this.navigationRoute], { relativeTo: this.route });
14973
+ this.router.navigateByUrl(this.navigationRoute);
14974
14974
  }
14975
14975
  }
14976
14976
  }