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