# Routing in Angular ## Lesson Objectives 1. Create a new angular app 1. Clean up app HTML 1. Create About, Links, and Resume components 1. Edit the HTML for the About, Links, and Resume components ## Create a new angular app First create a new app using ``` ng new router ``` Now, `cd` into the new directory and start serving the app ``` cd router 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
Just a kid growing up rough on the streets. Hustlin' code for ca$h
Now I'm makin' it raaaiiiiiinnnn!!!
``` Edit `src/app/links/links.component.html`: ```html