ng-easycommerce-v18 0.3.0 → 0.3.1

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.
@@ -19,11 +19,14 @@ export declare class ProductDetailEcComponent implements OnInit, OnDestroy {
19
19
  private _meta;
20
20
  private _title;
21
21
  private _location;
22
+ private _document;
23
+ private _platformId;
22
24
  product$: Observable<Product | null>;
23
25
  options$: Observable<any>;
24
26
  data$: Observable<any>;
25
27
  private routeSubscription?;
26
28
  private route;
29
+ private router;
27
30
  private currentProductId?;
28
31
  ngOnDestroy(): void;
29
32
  mediaUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce-v18",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"