From 33ff048f5efb30e767780f24424588af562ea400 Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 3 Dec 2019 08:58:29 -0500 Subject: Added new recipe card and main page components. Added new files in each of these components for html, css, ts, and spec.ts. HTML and CSS files were updated with code from stackblitz. Apparently this thing also thinks I changed the app.module.ts file, but I do not think I did. --- recipeBuddy/src/app/main-page/main-page.compomemt.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipeBuddy/src/app/main-page/main-page.compomemt.html (limited to 'recipeBuddy/src/app/main-page/main-page.compomemt.html') diff --git a/recipeBuddy/src/app/main-page/main-page.compomemt.html b/recipeBuddy/src/app/main-page/main-page.compomemt.html new file mode 100644 index 0000000..7a25409 --- /dev/null +++ b/recipeBuddy/src/app/main-page/main-page.compomemt.html @@ -0,0 +1,10 @@ +

+ Recipe Buddy +

+
+
+ +
+
+
\ No newline at end of file -- cgit v1.1