@infrab4a/connect-angular 4.3.7-beta.6 → 4.3.7-beta.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/home-shop.service.mjs +35 -2
- package/fesm2015/infrab4a-connect-angular.mjs +27 -0
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +33 -0
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/services/home-shop.service.d.ts +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infrab4a/connect-angular",
|
|
3
|
-
"version": "4.3.7-beta.
|
|
3
|
+
"version": "4.3.7-beta.7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org"
|
|
6
6
|
},
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@angular/common": "^15.1.4",
|
|
13
13
|
"@angular/core": "^15.1.4",
|
|
14
14
|
"@angular/fire": "^7.5.0",
|
|
15
|
-
"@infrab4a/connect": "4.3.6-beta.
|
|
15
|
+
"@infrab4a/connect": "4.3.6-beta.7",
|
|
16
16
|
"js-cookie": "^3.0.1",
|
|
17
17
|
"rxjs": "^6.6.7"
|
|
18
18
|
},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Banner, CategoryRepository, Home, HomeRepository, ProductRepository, Shops } from '@infrab4a/connect';
|
|
1
|
+
import { Banner, CategoryRepository, Home, HomeRepository, Menu, ProductRepository, Shops } from '@infrab4a/connect';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
type BannerType = 'brand' | 'buyToWin' | 'block' | 'blog';
|
|
@@ -19,6 +19,7 @@ export declare class HomeShopService {
|
|
|
19
19
|
private getHomeConfiguration;
|
|
20
20
|
private saveHomeData;
|
|
21
21
|
private buildCategoryGroupWithRequiredData;
|
|
22
|
+
getShopMenu(): Observable<Menu[]>;
|
|
22
23
|
private get gender();
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomeShopService, never>;
|
|
24
25
|
static ɵprov: i0.ɵɵInjectableDeclaration<HomeShopService>;
|