From c269e9db39f4588719ee73b69e2c6ac517b37e45 Mon Sep 17 00:00:00 2001 From: Nils Dittberner Date: Mon, 20 Nov 2017 20:14:40 +0100 Subject: [PATCH] 03-49 Displaying recipe details --- .../recipe-detail/recipe-detail.component.html | 39 ++++++++++++++++++++-- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/src/app/recipes/recipe-detail/recipe-detail.component.html b/src/app/recipes/recipe-detail/recipe-detail.component.html index de1d7fd..11afd55 100644 --- a/src/app/recipes/recipe-detail/recipe-detail.component.html +++ b/src/app/recipes/recipe-detail/recipe-detail.component.html @@ -1,3 +1,36 @@ -

- recipe-detail works! -

+
+
+ +
+
+
+
+

Recipe Name

+
+
+
+
+
+ + +
+
+
+
+
+ Description +
+
+
+
+ Ingredients +
+
\ No newline at end of file