|
36 | 36 | "basics": true
|
37 | 37 | },
|
38 | 38 |
|
| 39 | + "forms-deprecated": { |
| 40 | + "title": "Forms", |
| 41 | + "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.", |
| 42 | + "nextable": true, |
| 43 | + "basics": true, |
| 44 | + "hide": true |
| 45 | + }, |
| 46 | + |
39 | 47 | "dependency-injection": {
|
40 | 48 | "title": "Dependency Injection",
|
41 | 49 | "intro": "Angular's dependency injection system creates and delivers dependent services \"just-in-time\".",
|
|
63 | 71 | "basics": true
|
64 | 72 | },
|
65 | 73 |
|
| 74 | + "animations": { |
| 75 | + "title": "Animations", |
| 76 | + "intro": "A guide to Angular's animation system." |
| 77 | + }, |
| 78 | + |
66 | 79 | "attribute-directives": {
|
67 | 80 | "title": "Attribute Directives",
|
68 | 81 | "intro": "Attribute directives attach behavior to elements."
|
|
79 | 92 | "basics": true
|
80 | 93 | },
|
81 | 94 |
|
82 |
| - "security": { |
83 |
| - "title": "Security", |
84 |
| - "intro": "Prevent security vulnerabilities" |
85 |
| - }, |
86 |
| - |
87 | 95 | "hierarchical-dependency-injection": {
|
88 | 96 | "title": "Hierarchical Dependency Injectors",
|
89 | 97 | "navTitle": "Hierarchical Injectors",
|
|
112 | 120 | },
|
113 | 121 |
|
114 | 122 | "router-deprecated": {
|
115 |
| - "title": "Router (Deprecated Beta)", |
116 |
| - "intro": "The deprecated Beta Router." |
| 123 | + "title": "Routing & Navigation", |
| 124 | + "intro": "Discover the basics of screen navigation with the Angular 2 Component Router.", |
| 125 | + "hide": true |
117 | 126 | },
|
118 | 127 |
|
119 | 128 | "router": {
|
120 | 129 | "title": "Routing & Navigation",
|
121 |
| - "intro": "Discover the basics of screen navigation with the Angular 2 router.", |
122 |
| - "hide": true |
| 130 | + "intro": "Discover the basics of screen navigation with the Angular 2 Component Router." |
| 131 | + }, |
| 132 | + |
| 133 | + "security": { |
| 134 | + "title": "Security", |
| 135 | + "intro": "Developing for content security in Angular applications" |
123 | 136 | },
|
124 | 137 |
|
125 | 138 | "structural-directives": {
|
|
149 | 162 | "title": "Webpack: an introduction",
|
150 | 163 | "intro": "Create your Angular 2 applications with a Webpack based tooling",
|
151 | 164 | "hide": true
|
152 |
| - }, |
153 |
| - |
154 |
| - "glossary": { |
155 |
| - "title": "Glossary", |
156 |
| - "intro": "Brief definitions of the most important words in the Angular 2 vocabulary", |
157 |
| - "basics": true |
158 | 165 | }
|
159 | 166 | }
|
0 commit comments