@wizishop/angular-components 14.4.49 → 14.4.50

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.
@@ -6129,7 +6129,7 @@ WiziComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ve
6129
6129
  SharedDirectives,
6130
6130
  SharedPipes,
6131
6131
  NwbAllModule], exports: [SharedComponentsModule, SharedDirectives, SharedPipes] });
6132
- WiziComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: WiziComponentsModule, imports: [CommonModule,
6132
+ WiziComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: WiziComponentsModule, providers: [HistoryService], imports: [CommonModule,
6133
6133
  SharedComponentsModule,
6134
6134
  SharedDirectives,
6135
6135
  SharedPipes,
@@ -6144,7 +6144,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
6144
6144
  SharedPipes,
6145
6145
  NwbAllModule
6146
6146
  ],
6147
- exports: [SharedComponentsModule, SharedDirectives, SharedPipes]
6147
+ exports: [SharedComponentsModule, SharedDirectives, SharedPipes],
6148
+ providers: [HistoryService]
6148
6149
  }]
6149
6150
  }] });
6150
6151