This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 3 files changed +18
-24
lines changed
3 files changed +18
-24
lines changed Original file line number Diff line number Diff line change 73
73
"intro" : " Learn how to apply CSS styles to components."
74
74
},
75
75
76
- "security" : {
77
- "title" : " Security" ,
78
- "intro" : " Prevent security vulnerabilities"
79
- },
80
-
81
76
"hierarchical-dependency-injection" : {
82
77
"title" : " Hierarchical Dependency Injectors" ,
83
78
"navTitle" : " Hierarchical Injectors" ,
115
110
"intro" : " Discover the basics of screen navigation with the Angular 2 router."
116
111
},
117
112
113
+ "security" : {
114
+ "title" : " Security" ,
115
+ "intro" : " Prevent security vulnerabilities"
116
+ },
117
+
118
118
"structural-directives" : {
119
119
"title" : " Structural Directives" ,
120
120
"intro" : " Angular has a powerful template engine that lets us easily manipulate the DOM structure of our elements."
141
141
"title" : " Webpack: an introduction" ,
142
142
"intro" : " Create your Angular 2 applications with a Webpack based tooling" ,
143
143
"hide" : true
144
- },
145
-
146
- "glossary" : {
147
- "title" : " Glossary" ,
148
- "intro" : " Brief definitions of the most important words in the Angular 2 vocabulary" ,
149
- "basics" : true
150
144
}
151
145
}
Original file line number Diff line number Diff line change 27
27
},
28
28
29
29
"dynamic-form-deprecated" : {
30
- "title" : " Dynamic Form " ,
30
+ "title" : " Dynamic Forms " ,
31
31
"intro" : " Render dynamic forms with NgFormModel"
32
32
},
33
33
34
+ "dynamic-form" : {
35
+ "title" : " Dynamic Forms" ,
36
+ "intro" : " Render dynamic forms with NgFormModel" ,
37
+ "basics" : true ,
38
+ "hide" : true
39
+ },
40
+
34
41
"set-document-title" : {
35
42
"title" : " Set the Document Title" ,
36
43
"intro" : " Setting the document or window title using the Title service."
Original file line number Diff line number Diff line change 78
78
"intro" : " Learn how to apply CSS styles to components."
79
79
},
80
80
81
- "security" : {
82
- "title" : " Security" ,
83
- "intro" : " Developing for content security in Angular applications"
84
- },
85
-
86
81
"hierarchical-dependency-injection" : {
87
82
"title" : " Hierarchical Dependency Injectors" ,
88
83
"navTitle" : " Hierarchical Injectors" ,
109
104
"intro" : " Pipes transform displayed values within a template."
110
105
},
111
106
112
-
113
107
"router-deprecated" : {
114
108
"title" : " Router (Deprecated Beta)" ,
115
109
"intro" : " The deprecated Beta Router." ,
121
115
"intro" : " Discover the basics of screen navigation with the Angular 2 Component Router."
122
116
},
123
117
118
+ "security" : {
119
+ "title" : " Security" ,
120
+ "intro" : " Developing for content security in Angular applications"
121
+ },
122
+
124
123
"structural-directives" : {
125
124
"title" : " Structural Directives" ,
126
125
"intro" : " Angular has a powerful template engine that lets us easily manipulate the DOM structure of our elements."
144
143
"webpack" : {
145
144
"title" : " Webpack: an introduction" ,
146
145
"intro" : " Create your Angular 2 applications with a Webpack based tooling"
147
- },
148
-
149
- "glossary" : {
150
- "title" : " Glossary" ,
151
- "intro" : " Brief definitions of the most important words in the Angular 2 vocabulary" ,
152
- "basics" : true
153
146
}
154
147
}
You can’t perform that action at this time.
0 commit comments