docs(router): Hide deprecated router docs
This commit is contained in:
parent
da3d8f7f73
commit
787c0a2f36
|
@ -101,13 +101,13 @@
|
||||||
|
|
||||||
"router-deprecated": {
|
"router-deprecated": {
|
||||||
"title": "Router (Deprecated Beta)",
|
"title": "Router (Deprecated Beta)",
|
||||||
"intro": "The deprecated Beta Router."
|
"intro": "The deprecated Beta Router.",
|
||||||
|
"hide": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"router": {
|
"router": {
|
||||||
"title": "Routing & Navigation",
|
"title": "Routing & Navigation",
|
||||||
"intro": "Discover the basics of screen navigation with the Angular 2 router.",
|
"intro": "Discover the basics of screen navigation with the Angular 2 router."
|
||||||
"hide": true
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"structural-directives": {
|
"structural-directives": {
|
||||||
|
|
|
@ -107,7 +107,8 @@
|
||||||
|
|
||||||
"router-deprecated": {
|
"router-deprecated": {
|
||||||
"title": "Router (Deprecated Beta)",
|
"title": "Router (Deprecated Beta)",
|
||||||
"intro": "The deprecated Beta Router."
|
"intro": "The deprecated Beta Router.",
|
||||||
|
"hide": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"router": {
|
"router": {
|
||||||
|
|
|
@ -3,7 +3,7 @@ include ../_util-fns
|
||||||
.alert.is-critical
|
.alert.is-critical
|
||||||
:marked
|
:marked
|
||||||
This chapter describes the *deprecated beta* Component Router which is
|
This chapter describes the *deprecated beta* Component Router which is
|
||||||
replaced by the *release candidate* Component Router. We are documenting that now.
|
replaced by the new *alpha release* <a href="router.html">Component Router</a>.
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
The Angular ***Component Router*** enables navigation from one [view](./glossary.html#view) to the next
|
The Angular ***Component Router*** enables navigation from one [view](./glossary.html#view) to the next
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
include ../_util-fns
|
include ../_util-fns
|
||||||
|
|
||||||
|
.alert.is-important
|
||||||
|
:marked
|
||||||
|
The Component Router is in alpha release. This is the recommended Angular 2 router and supersedes
|
||||||
|
the earlier *deprecated beta* and *v2* routers.
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
The Angular ***Component Router*** enables navigation from one [view](./glossary.html#view) to the next
|
The Angular ***Component Router*** enables navigation from one [view](./glossary.html#view) to the next
|
||||||
as users perform application tasks.
|
as users perform application tasks.
|
||||||
|
|
Loading…
Reference in New Issue