simpo-component-library 2.0.1 → 2.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,6 +28,7 @@ export declare class StorageServiceService {
28
28
  updateAllData(): void;
29
29
  mergeAllItems(unSyncedItem: any[], syncedItem: any[]): any[];
30
30
  getUserCart(): Promise<IDBRequest<OrderedItems[]>>;
31
+ getCartProduct(userId: any): void;
31
32
  addProductToCart(product: OrderedItems): IDBRequest<IDBValidKey>;
32
33
  addAllProductToWishlist(products: OrderedItems[]): IDBTransaction;
33
34
  addAllProductsToCart(products: OrderedItems[]): IDBTransaction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.0.1",
3
+ "version": "2.0.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file