@wizishop/angular-components 14.4.58 → 14.4.60

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.
@@ -2584,6 +2584,7 @@ class HistoryService {
2584
2584
  });
2585
2585
  }
2586
2586
  back(link) {
2587
+ console.log('back', this.history);
2587
2588
  this.history.pop();
2588
2589
  if (this.history.length > 0) {
2589
2590
  const lastlink = this.history[this.history.length - 1];
@@ -6133,7 +6134,7 @@ WiziComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ve
6133
6134
  SharedDirectives,
6134
6135
  SharedPipes,
6135
6136
  NwbAllModule], exports: [SharedComponentsModule, SharedDirectives, SharedPipes] });
6136
- WiziComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: WiziComponentsModule, providers: [HistoryService], imports: [CommonModule,
6137
+ WiziComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: WiziComponentsModule, imports: [CommonModule,
6137
6138
  SharedComponentsModule,
6138
6139
  SharedDirectives,
6139
6140
  SharedPipes,
@@ -6148,7 +6149,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
6148
6149
  SharedPipes,
6149
6150
  NwbAllModule
6150
6151
  ],
6151
- providers: [HistoryService],
6152
6152
  exports: [SharedComponentsModule, SharedDirectives, SharedPipes]
6153
6153
  }]
6154
6154
  }] });