From 043e10440055197b5e0eb951b8a110d9c55c2054 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 19 Jun 2017 22:39:34 -0400 Subject: [PATCH] Clean up app HTML --- router/src/app/app.component.html | 21 +-------------------- routing.md | 9 +++++++++ 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/router/src/app/app.component.html b/router/src/app/app.component.html index b41bbe4..e69a466 100644 --- a/router/src/app/app.component.html +++ b/router/src/app/app.component.html @@ -1,20 +1 @@ - -
-

- Welcome to {{title}}!! -

- -
-

Here are some links to help you start:

- - +

Welcome To My Personal Site

diff --git a/routing.md b/routing.md index 1476455..94051c5 100644 --- a/routing.md +++ b/routing.md @@ -3,6 +3,7 @@ ## Lesson Objectives 1. Create a new angular app +1. Clean up app HTML ## Create a new angular app @@ -20,3 +21,11 @@ ng serve --open ``` You should now see the welcome screen + +## Clean up app HTML + +Go into `src/app/app.component.html` and change the HTML to: + +```html +

Welcome To My Personal Site

+```