@wizishop/angular-components 14.4.49 → 14.4.51
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/esm2020/lib/components/shared-components.module.mjs +4 -2
- package/esm2020/lib/wizi-components.module.mjs +1 -1
- package/fesm2015/wizishop-angular-components.mjs +2 -1
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +2 -1
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-14.4.51.tgz +0 -0
- package/wizishop-angular-components-14.4.49.tgz +0 -0
|
@@ -6059,7 +6059,7 @@ SharedComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
6059
6059
|
LoaderComponent,
|
|
6060
6060
|
ProgressBarComponent,
|
|
6061
6061
|
TreeComponent, ExpansionPanelComponent, ExpansionPanelHeaderComponent, AccordionComponent, ExpansionPanelDirective, ExpansionPanelHeaderDirective] });
|
|
6062
|
-
SharedComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: SharedComponentsModule, imports: [CommonModule,
|
|
6062
|
+
SharedComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: SharedComponentsModule, providers: [HistoryService], imports: [CommonModule,
|
|
6063
6063
|
FormsModule,
|
|
6064
6064
|
NwbAllModule,
|
|
6065
6065
|
TranslateModule.forChild(),
|
|
@@ -6117,6 +6117,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
|
|
|
6117
6117
|
ExpansionModule
|
|
6118
6118
|
],
|
|
6119
6119
|
declarations: components,
|
|
6120
|
+
providers: [HistoryService],
|
|
6120
6121
|
exports: [...components, ...exportsFromModule]
|
|
6121
6122
|
}]
|
|
6122
6123
|
}] });
|