From c476fa961de7bd26b45769bc8c06cb5646ae3b04 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 20 Jun 2017 01:43:23 -0400 Subject: [PATCH] routing summary --- README.md | 4 ++-- router/routing_summary.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 router/routing_summary.md diff --git a/README.md b/README.md index 0ca149d..59d6f12 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ 1. [:15] Lesson: [What is routing?](what_is_routing.md) 1. [:15] Lesson/Code-along: [Routing in Angular](routing.md) 1. [:15] Lesson/Code-along: [URL Params](url_params.md) -1. [:15] Lesson/Code-along: Nesting -1. [:10] Lesson: Summary +1. [:15] Lesson/Code-along: [Nesting](nesting.md) +1. [:10] Lesson: [Summary](summary.md) 1. [:15] Lesson/Demo: APIs 1. [:15] Code-along: APIs 1. [:15] Lesson/Code-along: AJAX/Routing diff --git a/router/routing_summary.md b/router/routing_summary.md new file mode 100644 index 0000000..1abf4b0 --- /dev/null +++ b/router/routing_summary.md @@ -0,0 +1,12 @@ +## Routing Summary + +You now can create a single page application that allows the user to: + +- Navigate to different parts of the application as if it were multiple pages +- Bookmark/Share different parts of the application as if it were multiple pages + +These types of pages can be: + +1. Normal pages +1. Pages that take URL parameters +1. Pages with sub (child) routes