ng-miam 9.1.6 → 9.1.8

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.
@@ -5048,7 +5048,7 @@
5048
5048
  _this.displayedRecipe$ = new rxjs.BehaviorSubject(null);
5049
5049
  _this.displayHelper$ = new rxjs.BehaviorSubject(false);
5050
5050
  _this.displayedRecipeChanged$ = new rxjs.BehaviorSubject(null);
5051
- _this.recipeDetailsOpened$ = new rxjs.BehaviorSubject(null);
5051
+ _this.recipeDetailsOpened$ = new rxjs.Subject();
5052
5052
  _this.hidden = new i0.EventEmitter();
5053
5053
  _this.suggestionsPrimaryButtonActions = { display: true, addToBasket: true };
5054
5054
  _this.recipesPrimaryButtonActions = { display: true, addToBasket: true };