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
|
"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": {
|
"dependency-injection": {
|
||||||
"title": "Dependency Injection",
|
"title": "Dependency Injection",
|
||||||
"intro": "Angular's dependency injection system creates and delivers dependent services \"just-in-time\".",
|
"intro": "Angular's dependency injection system creates and delivers dependent services \"just-in-time\".",
|
||||||
|
@ -63,6 +71,11 @@
|
||||||
"basics": true
|
"basics": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"animations": {
|
||||||
|
"title": "Animations",
|
||||||
|
"intro": "A guide to Angular's animation system."
|
||||||
|
},
|
||||||
|
|
||||||
"attribute-directives": {
|
"attribute-directives": {
|
||||||
"title": "Attribute Directives",
|
"title": "Attribute Directives",
|
||||||
"intro": "Attribute directives attach behavior to elements."
|
"intro": "Attribute directives attach behavior to elements."
|
||||||
|
@ -79,11 +92,6 @@
|
||||||
"basics": true
|
"basics": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"security": {
|
|
||||||
"title": "Security",
|
|
||||||
"intro": "Prevent security vulnerabilities"
|
|
||||||
},
|
|
||||||
|
|
||||||
"hierarchical-dependency-injection": {
|
"hierarchical-dependency-injection": {
|
||||||
"title": "Hierarchical Dependency Injectors",
|
"title": "Hierarchical Dependency Injectors",
|
||||||
"navTitle": "Hierarchical Injectors",
|
"navTitle": "Hierarchical Injectors",
|
||||||
|
@ -112,14 +120,19 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"router-deprecated": {
|
"router-deprecated": {
|
||||||
"title": "Router (Deprecated Beta)",
|
"title": "Routing & Navigation",
|
||||||
"intro": "The deprecated Beta Router."
|
"intro": "Discover the basics of screen navigation with the Angular 2 Component 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 Component Router."
|
||||||
"hide": true
|
},
|
||||||
|
|
||||||
|
"security": {
|
||||||
|
"title": "Security",
|
||||||
|
"intro": "Developing for content security in Angular applications"
|
||||||
},
|
},
|
||||||
|
|
||||||
"structural-directives": {
|
"structural-directives": {
|
||||||
|
@ -149,11 +162,5 @@
|
||||||
"title": "Webpack: an introduction",
|
"title": "Webpack: an introduction",
|
||||||
"intro": "Create your Angular 2 applications with a Webpack based tooling",
|
"intro": "Create your Angular 2 applications with a Webpack based tooling",
|
||||||
"hide": true
|
"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
|
!= partial("../../../_includes/_ts-temp")
|
||||||
|
|
||||||
: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).
|
|
Loading…
Reference in New Issue