ng-miam 3.6.3 → 3.6.4

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.
@@ -15462,7 +15462,7 @@
15462
15462
  i0.ɵɵadvance(4);
15463
15463
  i0.ɵɵproperty("ngForOf", ctx_r22.recipe == null ? null : ctx_r22.recipe.modifiedIngredients);
15464
15464
  i0.ɵɵadvance(5);
15465
- i0.ɵɵproperty("ngForOf", ctx_r22.steps);
15465
+ i0.ɵɵproperty("ngForOf", ctx_r22.recipe.steps);
15466
15466
  }
15467
15467
  }
15468
15468
  function RecipeDetailsComponent_div_0_ng_template_55_ng_container_7_div_9_Template(rf, ctx) {
@@ -15568,7 +15568,7 @@
15568
15568
  if (rf & 2) {
15569
15569
  var ctx_r55 = i0.ɵɵnextContext(3);
15570
15570
  i0.ɵɵadvance(1);
15571
- i0.ɵɵproperty("ngForOf", ctx_r55.steps);
15571
+ i0.ɵɵproperty("ngForOf", ctx_r55.recipe.steps);
15572
15572
  }
15573
15573
  }
15574
15574
  var _c4 = function (a0) { return { "active": a0 }; };
@@ -15835,7 +15835,6 @@
15835
15835
  this.isMobile = false;
15836
15836
  this.tab = 0;
15837
15837
  this.showDetail = true;
15838
- this.steps = [];
15839
15838
  this.activeStep = 0;
15840
15839
  this.icon = exports.Icon;
15841
15840
  this.ingredientsChecked = {};
@@ -15857,7 +15856,6 @@
15857
15856
  this.cdr.detectChanges();
15858
15857
  this.showVideo = this.contextService.videoRecipesEnabled && ((_a = this.recipe) === null || _a === void 0 ? void 0 : _a.videoId);
15859
15858
  if (this.recipe) {
15860
- this.steps = this.recipe.steps;
15861
15859
  this.activeStep = 0;
15862
15860
  this.cdr.detectChanges();
15863
15861
  }