ng-miam 9.1.25 → 9.1.26

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.
@@ -8233,6 +8233,11 @@
8233
8233
  recipes: {
8234
8234
  hidden: this.recipesService.hidden,
8235
8235
  addAllIngredientsCTAWasClicked: this.addAllProductsWasClicked,
8236
+ openDetails: function (recipeId, guests, initialTabIndex, path, categoryId) {
8237
+ if (path === void 0) { path = ''; }
8238
+ if (categoryId === void 0) { categoryId = null; }
8239
+ return _this.recipesService.openRecipeDetails(recipeId, guests, initialTabIndex, path, categoryId);
8240
+ },
8236
8241
  setDefaultIngredientPicture: function (url) { return _this.defaultIngredientPicture = url; },
8237
8242
  setDefaultRecipePicture: function (url) { return _this.defaultRecipePicture = url; },
8238
8243
  // We keep those just in case