@wizishop/angular-components 14.4.51 → 14.4.52
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 +165 -165
- package/esm2020/lib/services/history.service.mjs +3 -6
- package/fesm2015/wizishop-angular-components.mjs +2 -5
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +2 -5
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-14.4.52.tgz +0 -0
- package/wizishop-angular-components-14.4.51.tgz +0 -0
|
@@ -2606,12 +2606,9 @@ 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 });
|
|
2610
2610
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService, decorators: [{
|
|
2611
|
-
type: Injectable
|
|
2612
|
-
args: [{
|
|
2613
|
-
providedIn: 'root'
|
|
2614
|
-
}]
|
|
2611
|
+
type: Injectable
|
|
2615
2612
|
}], ctorParameters: function () { return [{ type: i1$3.Router }, { type: i1.Location }]; } });
|
|
2616
2613
|
|
|
2617
2614
|
class HeaderPageComponent {
|