This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +37
-10
lines changed Expand file tree Collapse file tree 7 files changed +37
-10
lines changed Original file line number Diff line number Diff line change 2
2
"index" : {
3
3
"title" : " Cookbook" ,
4
4
"navTitle" : " Overview" ,
5
- "description " : " A collection of recipes for common Angular application scenarios"
5
+ "intro " : " A collection of recipes for common Angular application scenarios"
6
6
},
7
7
8
8
"a1-a2-quick-reference" : {
9
9
"title" : " Angular 1 to 2 Quick Reference" ,
10
10
"navTitle" : " Angular 1 to 2 Quick Ref" ,
11
- "description " : " Learn how Angular 1 concepts and techniques map to Angular 2" ,
11
+ "intro " : " Learn how Angular 1 concepts and techniques map to Angular 2" ,
12
12
"hide" : true
13
13
},
14
14
15
15
"component-communication" : {
16
16
"title" : " Component Interaction" ,
17
- "description" : " Share information between different directives and components"
17
+ "intro" : " Share information between different directives and components"
18
+ },
19
+
20
+ "dynamic-form" : {
21
+ "title" : " Dynamic Form" ,
22
+ "intro" : " Render dynamic forms with NgFormModel" ,
23
+ "hide" : true
24
+ },
25
+
26
+ "ts-to-js" : {
27
+ "title" : " TypeScript to JavaScript" ,
28
+ "intro" : " Convert Angular 2 TypeScript examples into ES5 JavaScript" ,
29
+ "hide" : true
18
30
}
19
31
}
Original file line number Diff line number Diff line change
1
+ != partial (" ../../../_includes/_ts-temp" )
Original file line number Diff line number Diff line change
1
+ != partial (" ../../../_includes/_ts-temp" )
Original file line number Diff line number Diff line change 2
2
"index" : {
3
3
"title" : " Cookbook" ,
4
4
"navTitle" : " Overview" ,
5
- "description " : " A collection of recipes for common Angular application scenarios"
5
+ "intro " : " A collection of recipes for common Angular application scenarios"
6
6
},
7
7
8
8
"a1-a2-quick-reference" : {
9
9
"title" : " Angular 1 to 2 Quick Reference" ,
10
10
"navTitle" : " Angular 1 to 2 Quick Ref" ,
11
- "description " : " Learn how Angular 1 concepts and techniques map to Angular 2"
11
+ "intro " : " Learn how Angular 1 concepts and techniques map to Angular 2"
12
12
},
13
13
14
14
"component-communication" : {
15
15
"title" : " Component Interaction" ,
16
- "description" : " Share information between different directives and components"
16
+ "intro" : " Share information between different directives and components"
17
+ },
18
+
19
+ "dynamic-form" : {
20
+ "title" : " Dynamic Form" ,
21
+ "intro" : " Render dynamic forms with NgFormModel" ,
22
+ "hide" : true
17
23
},
18
24
19
25
"ts-to-js" : {
20
26
"title" : " TypeScript to JavaScript" ,
21
- "intro" : " Angular 2 TypeScript examples can be easily converted into ES5 JavaScript"
27
+ "intro" : " Convert Angular 2 TypeScript examples into ES5 JavaScript"
22
28
}
23
29
24
30
}
Original file line number Diff line number Diff line change
1
+ != partial (" ../../../_includes/_ts-temp" )
Original file line number Diff line number Diff line change 8
8
"a1-a2-quick-reference" : {
9
9
"title" : " Angular 1 to 2 Quick Reference" ,
10
10
"navTitle" : " Angular 1 to 2 Quick Ref" ,
11
- "description " : " Learn how Angular 1 concepts and techniques map to Angular 2"
11
+ "intro " : " Learn how Angular 1 concepts and techniques map to Angular 2"
12
12
},
13
13
14
14
"component-communication" : {
15
15
"title" : " Component Interaction" ,
16
- "description " : " Share information between different directives and components"
16
+ "intro " : " Share information between different directives and components"
17
17
},
18
18
19
19
"dynamic-form" : {
20
20
"title" : " Dynamic Form" ,
21
- "description" : " Render dynamic forms with NgFormModel"
21
+ "intro" : " Render dynamic forms with NgFormModel"
22
+ },
23
+
24
+ "ts-to-js" : {
25
+ "title" : " TypeScript to JavaScript" ,
26
+ "intro" : " Convert Angular 2 TypeScript examples into ES5 JavaScrip"
22
27
}
23
28
}
Original file line number Diff line number Diff line change
1
+ != partial (" ../../../js/latest/cookbook/ts-to-js" )
You can’t perform that action at this time.
0 commit comments