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.
- package/bundles/ng-miam.umd.js +1 -1
- package/bundles/ng-miam.umd.js.map +1 -1
- package/bundles/ng-miam.umd.min.js +1 -1
- package/bundles/ng-miam.umd.min.js.map +1 -1
- package/esm2015/lib/_services/recipes.service.js +3 -3
- package/fesm2015/ng-miam.js +1 -1
- package/fesm2015/ng-miam.js.map +1 -1
- package/lib/_services/recipes.service.d.ts +2 -2
- package/lib/_services/recipes.service.d.ts.map +1 -1
- package/package.json +1 -1
package/bundles/ng-miam.umd.js
CHANGED
|
@@ -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.
|
|
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 };
|