This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 101
101
102
102
"router-deprecated" : {
103
103
"title" : " Router (Deprecated Beta)" ,
104
- "intro" : " The deprecated Beta Router."
104
+ "intro" : " The deprecated Beta Router." ,
105
+ "hide" : true
105
106
},
106
107
107
108
"router" : {
108
109
"title" : " Routing & Navigation" ,
109
- "intro" : " Discover the basics of screen navigation with the Angular 2 router." ,
110
- "hide" : true
110
+ "intro" : " Discover the basics of screen navigation with the Angular 2 router."
111
111
},
112
112
113
113
"structural-directives" : {
Original file line number Diff line number Diff line change 107
107
108
108
"router-deprecated" : {
109
109
"title" : " Router (Deprecated Beta)" ,
110
- "intro" : " The deprecated Beta Router."
110
+ "intro" : " The deprecated Beta Router." ,
111
+ "hide" : true
111
112
},
112
113
113
114
"router" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include ../_util-fns
3
3
.alert.is-critical
4
4
:marked
5
5
This chapter describes the *deprecated beta* Component Router which is
6
- replaced by the *release candidate* Component Router. We are documenting that now .
6
+ replaced by the new *alpha release* <a href="router.html">Component Router</a> .
7
7
8
8
:marked
9
9
The Angular ***Component Router*** enables navigation from one [view](./glossary.html#view) to the next
Original file line number Diff line number Diff line change 1
1
include ../_util-fns
2
2
3
+ .alert.is-important
4
+ :marked
5
+ The Component Router is in alpha release. This is the recommended Angular 2 router and supersedes
6
+ the earlier *deprecated beta* and *v2* routers.
7
+
3
8
:marked
4
9
The Angular ***Component Router*** enables navigation from one [view](./glossary.html#view) to the next
5
10
as users perform application tasks.
You can’t perform that action at this time.
0 commit comments