@wizishop/angular-components 14.4.53 → 14.4.55
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 +2 -4
- package/esm2020/lib/services/history.service.mjs +6 -3
- package/esm2020/lib/wizi-components.module.mjs +4 -2
- package/fesm2015/wizishop-angular-components.mjs +8 -5
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +8 -5
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-14.4.55.tgz +0 -0
- package/wizishop-angular-components-14.4.53.tgz +0 -0
|
@@ -2606,9 +2606,12 @@ class HistoryService {
|
|
|
2606
2606
|
}
|
|
2607
2607
|
}
|
|
2608
2608
|
HistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService, deps: [{ token: i1$3.Router }, { token: i1.Location }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2609
|
-
HistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService });
|
|
2609
|
+
HistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService, providedIn: 'root' });
|
|
2610
2610
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService, decorators: [{
|
|
2611
|
-
type: Injectable
|
|
2611
|
+
type: Injectable,
|
|
2612
|
+
args: [{
|
|
2613
|
+
providedIn: 'root'
|
|
2614
|
+
}]
|
|
2612
2615
|
}], ctorParameters: function () { return [{ type: i1$3.Router }, { type: i1.Location }]; } });
|
|
2613
2616
|
|
|
2614
2617
|
class HeaderPageComponent {
|
|
@@ -6056,7 +6059,7 @@ SharedComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
6056
6059
|
LoaderComponent,
|
|
6057
6060
|
ProgressBarComponent,
|
|
6058
6061
|
TreeComponent, ExpansionPanelComponent, ExpansionPanelHeaderComponent, AccordionComponent, ExpansionPanelDirective, ExpansionPanelHeaderDirective] });
|
|
6059
|
-
SharedComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: SharedComponentsModule,
|
|
6062
|
+
SharedComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: SharedComponentsModule, imports: [CommonModule,
|
|
6060
6063
|
FormsModule,
|
|
6061
6064
|
NwbAllModule,
|
|
6062
6065
|
TranslateModule.forChild(),
|
|
@@ -6114,7 +6117,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
|
|
|
6114
6117
|
ExpansionModule
|
|
6115
6118
|
],
|
|
6116
6119
|
declarations: components,
|
|
6117
|
-
providers: [HistoryService],
|
|
6118
6120
|
exports: [...components, ...exportsFromModule]
|
|
6119
6121
|
}]
|
|
6120
6122
|
}] });
|
|
@@ -6127,7 +6129,7 @@ WiziComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ve
|
|
|
6127
6129
|
SharedDirectives,
|
|
6128
6130
|
SharedPipes,
|
|
6129
6131
|
NwbAllModule], exports: [SharedComponentsModule, SharedDirectives, SharedPipes] });
|
|
6130
|
-
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,
|
|
6131
6133
|
SharedComponentsModule,
|
|
6132
6134
|
SharedDirectives,
|
|
6133
6135
|
SharedPipes,
|
|
@@ -6142,6 +6144,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
|
|
|
6142
6144
|
SharedPipes,
|
|
6143
6145
|
NwbAllModule
|
|
6144
6146
|
],
|
|
6147
|
+
providers: [HistoryService],
|
|
6145
6148
|
exports: [SharedComponentsModule, SharedDirectives, SharedPipes]
|
|
6146
6149
|
}]
|
|
6147
6150
|
}] });
|