@infrab4a/connect-angular 5.0.0-alpha.5 → 5.0.0-alpha.7
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/esm2020/services/catalog/category.service.mjs +3 -9
- package/fesm2015/infrab4a-connect-angular.mjs +4 -13
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +4 -13
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1840,17 +1840,11 @@ class CategoryService {
|
|
|
1840
1840
|
.then(({ data }) => data.map((categoryFilter) => categoryFilter.filter));
|
|
1841
1841
|
}
|
|
1842
1842
|
}
|
|
1843
|
-
CategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CategoryService, deps: [{ token:
|
|
1843
|
+
CategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CategoryService, deps: [{ token: CategoryRepositoryFacade }, { token: ProductCatalogFacade }, { token: DEFAULT_SHOP }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1844
1844
|
CategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CategoryService });
|
|
1845
1845
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CategoryService, decorators: [{
|
|
1846
1846
|
type: Injectable
|
|
1847
|
-
}], ctorParameters: function () { return [{ type: CategoryRepositoryFacade, decorators: [{
|
|
1848
|
-
type: Inject,
|
|
1849
|
-
args: ['CategoryRepositoryFacade']
|
|
1850
|
-
}] }, { type: ProductCatalogFacade, decorators: [{
|
|
1851
|
-
type: Inject,
|
|
1852
|
-
args: ['ProductCatalogFacade']
|
|
1853
|
-
}] }, { type: i3.Shops, decorators: [{
|
|
1847
|
+
}], ctorParameters: function () { return [{ type: CategoryRepositoryFacade }, { type: ProductCatalogFacade }, { type: i3.Shops, decorators: [{
|
|
1854
1848
|
type: Inject,
|
|
1855
1849
|
args: [DEFAULT_SHOP]
|
|
1856
1850
|
}] }]; } });
|
|
@@ -2257,14 +2251,11 @@ class CatalogService {
|
|
|
2257
2251
|
return 'category' in options;
|
|
2258
2252
|
}
|
|
2259
2253
|
}
|
|
2260
|
-
CatalogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService, deps: [{ token: CatalogSearchContext }, { token:
|
|
2254
|
+
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
2255
|
CatalogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService });
|
|
2262
2256
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: CatalogService, decorators: [{
|
|
2263
2257
|
type: Injectable
|
|
2264
|
-
}], ctorParameters: function () { return [{ type: CatalogSearchContext }, { type: CatalogHelpersService, decorators: [{
|
|
2265
|
-
type: Inject,
|
|
2266
|
-
args: ['CatalogHelpersService']
|
|
2267
|
-
}] }, { type: i3.Shops, decorators: [{
|
|
2258
|
+
}], ctorParameters: function () { return [{ type: CatalogSearchContext }, { type: CatalogHelpersService }, { type: i3.Shops, decorators: [{
|
|
2268
2259
|
type: Inject,
|
|
2269
2260
|
args: [DEFAULT_SHOP]
|
|
2270
2261
|
}] }]; } });
|