From cead4b6feaf89c5c116db2719364f9298af6b2eb Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 19 Jun 2017 22:24:58 -0400 Subject: [PATCH] setting out routing.md file --- README.md | 2 +- routing.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 routing.md diff --git a/README.md b/README.md index b10f718..84de9e3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 1. [:10] Lecture/Demo: [What is a SPA?](what_is_a_spa.md) 1. [:10] Lecture/Demo: [What is Push State?](what_is_push_state.md) 1. [:15] Lesson: What is routing? -1. [:15] Lesson/Code-along: Routing in Angular +1. [:15] Lesson/Code-along: [Routing in Angular](routing.md) 1. [:15] Lesson/Code-along: URL Params 1. [:15] Lesson/Code-along: Nesting 1. [:10] Lesson: Summary diff --git a/routing.md b/routing.md new file mode 100644 index 0000000..d1d5532 --- /dev/null +++ b/routing.md @@ -0,0 +1 @@ +# Routing in Angular