@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.
- package/angular-components.scss +1524 -1524
- package/esm2020/lib/components/header-page/header-page.component.mjs +2 -2
- package/fesm2015/wizishop-angular-components.mjs +1 -1
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +1 -1
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/lib/components/header-page/header-page.component.d.ts +1 -3
- package/package.json +1 -1
- package/wizishop-angular-components-14.4.48.tgz +0 -0
- package/wizishop-angular-components-14.4.46.tgz +0 -0
|
@@ -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();
|