simpo-component-library 1.8.6 → 1.8.7
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/services/storage.service.mjs +5 -6
- package/fesm2022/simpo-component-library.mjs +4 -5
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/services/storage.service.d.ts +1 -2
- package/package.json +1 -1
- package/simpo-component-library-1.8.7.tgz +0 -0
- package/simpo-component-library-1.8.6.tgz +0 -0
@@ -8,8 +8,7 @@ export declare class StorageServiceService {
|
|
8
8
|
private readonly eventService;
|
9
9
|
private readonly cookieService;
|
10
10
|
private readonly restService;
|
11
|
-
|
12
|
-
constructor(eventService: EventsService, cookieService: CookieService, restService: RestService, storageService: StorageServiceService);
|
11
|
+
constructor(eventService: EventsService, cookieService: CookieService, restService: RestService);
|
13
12
|
private totalCartItems;
|
14
13
|
get getTotalCartItems(): number;
|
15
14
|
databaseName: string;
|
package/package.json
CHANGED
Binary file
|
Binary file
|