diff --git a/routing.md b/routing.md index d1d5532..1476455 100644 --- a/routing.md +++ b/routing.md @@ -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