@infrab4a/connect-angular 5.0.0-alpha.3 → 5.0.0-alpha.5
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/services/catalog/catalog.service.mjs +3 -6
- package/fesm2015/infrab4a-connect-angular.mjs +2 -5
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +2 -5
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2257,14 +2257,11 @@ class CatalogService {
|
|
|
2257
2257
|
return 'category' in options;
|
|
2258
2258
|
}
|
|
2259
2259
|
}
|
|
2260
|
-
CatalogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService, deps: [{ token:
|
|
2260
|
+
CatalogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService, deps: [{ token: CatalogSearchContext }, { token: 'CatalogHelpersService' }, { token: DEFAULT_SHOP }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2261
2261
|
CatalogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService });
|
|
2262
2262
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService, decorators: [{
|
|
2263
2263
|
type: Injectable
|
|
2264
|
-
}], ctorParameters: function () { return [{ type: CatalogSearchContext, decorators: [{
|
|
2265
|
-
type: Inject,
|
|
2266
|
-
args: ['CatalogSearchContext']
|
|
2267
|
-
}] }, { type: CatalogHelpersService, decorators: [{
|
|
2264
|
+
}], ctorParameters: function () { return [{ type: CatalogSearchContext }, { type: CatalogHelpersService, decorators: [{
|
|
2268
2265
|
type: Inject,
|
|
2269
2266
|
args: ['CatalogHelpersService']
|
|
2270
2267
|
}] }, { type: i3.Shops, decorators: [{
|