simpo-component-library 1.3.4 → 1.3.6

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.
@@ -15,4 +15,5 @@ export declare class OrderedItems {
15
15
  set setQuantity(quantity: any);
16
16
  get getQuantity(): number;
17
17
  get getItemId(): string;
18
+ get getPrice(): number;
18
19
  }
@@ -3,6 +3,7 @@ import * as i0 from "@angular/core";
3
3
  export declare class CartService {
4
4
  constructor();
5
5
  addItemToCart(product: Product): void;
6
+ getItemQuantity(itemId: string): number;
6
7
  private objectMapper;
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CartService, never>;
8
9
  static ɵprov: i0.ɵɵInjectableDeclaration<CartService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file