routing summary

master
Matt Huntington 9 years ago
parent c0547165e2
commit c476fa961d

@ -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

@ -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
Loading…
Cancel
Save