@wizishop/angular-components 14.4.46 → 14.4.48

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.
@@ -2578,10 +2578,10 @@ class HeaderPageComponent {
2578
2578
  this.router.events.subscribe((event) => {
2579
2579
  if (event instanceof NavigationEnd) {
2580
2580
  this.history.push(event.urlAfterRedirects);
2581
+ console.log('history', this.history, 'history_state', this.useHistory);
2581
2582
  }
2582
2583
  });
2583
2584
  }
2584
- ngOnInit() { }
2585
2585
  back() {
2586
2586
  if (!this.useHistory) {
2587
2587
  this.redirect();