From e17f7a2387f964bfe0e32d828822163c34933218 Mon Sep 17 00:00:00 2001 From: Ana Date: Thu, 29 Apr 2021 16:52:39 -0500 Subject: [PATCH] Added app.component.html Which I need at the beginning of following the course from Safari OReilly, and didn't find the right app.component.html until access to it here: https://pro.academind.com/courses/angular-the-complete-guide/lectures/13865928 --- 1. Getting Started/app.component.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 1. Getting Started/app.component.html diff --git a/1. Getting Started/app.component.html b/1. Getting Started/app.component.html new file mode 100644 index 0000000..5226d57 --- /dev/null +++ b/1. Getting Started/app.component.html @@ -0,0 +1,20 @@ + +
+

+ Welcome to {{ title }}! +

+ Angular Logo +
+

Here are some links to help you start:

+ +