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