Create a new angular app

master
Matt Huntington 9 years ago
parent cdce70041d
commit 6b56622a30

@ -1 +1,22 @@
# Routing in Angular
## Lesson Objectives
1. Create a new angular app
## 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

Loading…
Cancel
Save