docs(guide/Component Router): adjust the order in the menu

Component Router should come after the menu topic Components as Components should be understood first
before Component Routers. This made it easier to read the Component Routers topic.

Closes #14214
This commit is contained in:
lordg
2016-03-10 21:09:50 +02:00
committed by Martin Staffa
parent 567f9b0136
commit 7ecfa5deba
+2 -2
View File
@@ -1,6 +1,6 @@
@ngdoc overview
@name Component Router
@sortOrder 305
@sortOrder 306
@description
# Component Router
@@ -1041,4 +1041,4 @@ to prevent the `$routerCanDeactivate` hook from displaying the dialog box.
## Summary
This guide has given an overview of the features of the Component Router and how to implement a simple
application.
application.