docs(chore): ensure {forms|router}{,-deprecated} chapters have proper content (#2034)
Fixes #2026.
This commit is contained in:
parent
a423724847
commit
6a2cad2640
|
@ -36,6 +36,14 @@
|
|||
"basics": true
|
||||
},
|
||||
|
||||
"forms-deprecated": {
|
||||
"title": "Forms",
|
||||
"intro": "A form creates a cohesive, effective, and compelling data entry experience. An Angular form coordinates a set of data-bound user controls, tracks changes, validates input, and presents errors.",
|
||||
"nextable": true,
|
||||
"basics": true,
|
||||
"hide": true
|
||||
},
|
||||
|
||||
"dependency-injection": {
|
||||
"title": "Dependency Injection",
|
||||
"intro": "Angular's dependency injection system creates and delivers dependent services \"just-in-time\".",
|
||||
|
@ -63,6 +71,11 @@
|
|||
"basics": true
|
||||
},
|
||||
|
||||
"animations": {
|
||||
"title": "Animations",
|
||||
"intro": "A guide to Angular's animation system."
|
||||
},
|
||||
|
||||
"attribute-directives": {
|
||||
"title": "Attribute Directives",
|
||||
"intro": "Attribute directives attach behavior to elements."
|
||||
|
@ -79,11 +92,6 @@
|
|||
"basics": true
|
||||
},
|
||||
|
||||
"security": {
|
||||
"title": "Security",
|
||||
"intro": "Prevent security vulnerabilities"
|
||||
},
|
||||
|
||||
"hierarchical-dependency-injection": {
|
||||
"title": "Hierarchical Dependency Injectors",
|
||||
"navTitle": "Hierarchical Injectors",
|
||||
|
@ -112,14 +120,19 @@
|
|||
},
|
||||
|
||||
"router-deprecated": {
|
||||
"title": "Router (Deprecated Beta)",
|
||||
"intro": "The deprecated Beta Router."
|
||||
"title": "Routing & Navigation",
|
||||
"intro": "Discover the basics of screen navigation with the Angular 2 Component Router.",
|
||||
"hide": true
|
||||
},
|
||||
|
||||
"router": {
|
||||
"title": "Routing & Navigation",
|
||||
"intro": "Discover the basics of screen navigation with the Angular 2 router.",
|
||||
"hide": true
|
||||
"intro": "Discover the basics of screen navigation with the Angular 2 Component Router."
|
||||
},
|
||||
|
||||
"security": {
|
||||
"title": "Security",
|
||||
"intro": "Developing for content security in Angular applications"
|
||||
},
|
||||
|
||||
"structural-directives": {
|
||||
|
@ -149,11 +162,5 @@
|
|||
"title": "Webpack: an introduction",
|
||||
"intro": "Create your Angular 2 applications with a Webpack based tooling",
|
||||
"hide": true
|
||||
},
|
||||
|
||||
"glossary": {
|
||||
"title": "Glossary",
|
||||
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary",
|
||||
"basics": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
!= partial("../../../_includes/_ts-temp")
|
|
@ -0,0 +1,5 @@
|
|||
include ../_util-fns
|
||||
|
||||
:marked
|
||||
There is no deprecated forms library in Angular Dart.
|
||||
The forms guide is [here](forms.html).
|
|
@ -1 +1,5 @@
|
|||
!= partial("../../../_includes/_ts-temp")
|
||||
include ../_util-fns
|
||||
|
||||
:marked
|
||||
There is no deprecated router library in Angular Dart.
|
||||
The router guide is [here](router.html).
|
||||
|
|
|
@ -1,6 +1 @@
|
|||
include ../_util-fns
|
||||
|
||||
:marked
|
||||
We're working on the Dart version of this chapter.
|
||||
In the meantime, please read the
|
||||
[TypeScript version of this chapter](/docs/ts/latest/guide/router.html).
|
||||
!= partial("../../../_includes/_ts-temp")
|
Loading…
Reference in New Issue