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 +