@wizishop/angular-components 14.4.56 → 14.4.57

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.
@@ -2582,6 +2582,7 @@ class HistoryService {
2582
2582
  }
2583
2583
  back(link) {
2584
2584
  const lastlink = this.history[this.history.length - 1];
2585
+ console.log('back', lastlink);
2585
2586
  this.history.pop();
2586
2587
  if (this.history.length > 0 && lastlink) {
2587
2588
  this.router.navigate([lastlink]);