From f1c7445810a7d3c04f0100ad125c23523b9cbdf1 Mon Sep 17 00:00:00 2001 From: Nils Dittberner Date: Mon, 20 Nov 2017 15:33:19 +0100 Subject: [PATCH] 03-43 Place components in view --- src/app/app.component.html | 3 ++- .../recipe-list/recipe-item/recipe-item.component.html | 4 +--- src/app/recipes/recipes.component.html | 11 ++++++++--- src/app/shopping-list/shopping-list.component.html | 10 +++++++--- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index bf87562..96ff2b0 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -2,7 +2,8 @@
-

It's working!

+ +
\ No newline at end of file diff --git a/src/app/recipes/recipe-list/recipe-item/recipe-item.component.html b/src/app/recipes/recipe-list/recipe-item/recipe-item.component.html index e819b71..2a6afda 100644 --- a/src/app/recipes/recipe-list/recipe-item/recipe-item.component.html +++ b/src/app/recipes/recipe-list/recipe-item/recipe-item.component.html @@ -1,3 +1 @@ -

- recipe-item works! -

+ \ No newline at end of file diff --git a/src/app/recipes/recipes.component.html b/src/app/recipes/recipes.component.html index 776baee..53d2966 100644 --- a/src/app/recipes/recipes.component.html +++ b/src/app/recipes/recipes.component.html @@ -1,3 +1,8 @@ -

- recipes works! -

+
+
+ +
+
+ +
+
\ No newline at end of file diff --git a/src/app/shopping-list/shopping-list.component.html b/src/app/shopping-list/shopping-list.component.html index 3d453eb..f7d17ac 100644 --- a/src/app/shopping-list/shopping-list.component.html +++ b/src/app/shopping-list/shopping-list.component.html @@ -1,3 +1,7 @@ -

- shopping-list works! -

+
+
+ +
+

The list

+
+
\ No newline at end of file