simpo-component-library 1.6.39 → 1.6.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,7 @@ export declare class ProductCategoryListComponent extends BaseSection implements
25
25
  productList: Product[];
26
26
  USER_CART: OrderedItems[];
27
27
  selectedCategory: Category | null;
28
+ apiLoading: boolean;
28
29
  constructor(restService: RestService, cartService: CartService, activatedRoute: ActivatedRoute);
29
30
  collectionId: string | null;
30
31
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.39",
3
+ "version": "1.6.40",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",