From 0f95c55a7f6b40bc2c5660905b348779255447ae Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 19 Jun 2017 23:25:16 -0400 Subject: [PATCH] Display all components at once --- routing.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/routing.md b/routing.md index d0cc5ca..2f475a9 100644 --- a/routing.md +++ b/routing.md @@ -6,6 +6,7 @@ 1. Clean up app HTML 1. Create About, Links, and Resume components 1. Edit the HTML for the About, Links, and Resume components +1. Display all components at once ## Create a new angular app @@ -99,3 +100,16 @@ Edit `src/app/resume/resume.component.html`: ``` + +## Display all components at once + +Edit `src/app/app.component.html`: + +```html +

Welcome To My Personal Site

+ + + +``` + +You should now see all components displayed on the page