From 2b43753e546b85ad3aea411df9636b23153fb9d8 Mon Sep 17 00:00:00 2001 From: schencej Date: Mon, 9 Dec 2019 17:46:39 -0500 Subject: added pre cooking page --- .../src/app/pre-cook-pop-up/pre-cook-pop-up.component.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html (limited to 'recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html') diff --git a/recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html b/recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html new file mode 100644 index 0000000..dc87efd --- /dev/null +++ b/recipeBuddy/src/app/pre-cook-pop-up/pre-cook-pop-up.component.html @@ -0,0 +1,13 @@ +
+{{cookedRecipe.name}} +
+ Serving Size: {{cookedRecipe.servingSize}} +
+
Ingredients: +
  • + {{ing.name}}, {{ing.amount}} unit: {{ing.units}} + +
  • +
    + + -- cgit v1.1