From 6b56622a304ae0964304dc17d109572bf9f2f83b Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 19 Jun 2017 22:35:12 -0400 Subject: [PATCH] Create a new angular app --- routing.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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