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 22 "index" : {
33 "title" : " Cookbook" ,
44 "navTitle" : " Overview" ,
5- "description " : " A collection of recipes for common Angular application scenarios"
5+ "intro " : " A collection of recipes for common Angular application scenarios"
66 },
77
88 "a1-a2-quick-reference" : {
99 "title" : " Angular 1 to 2 Quick Reference" ,
1010 "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" ,
1212 "hide" : true
1313 },
1414
1515 "component-communication" : {
1616 "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
1830 }
1931}
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 22 "index" : {
33 "title" : " Cookbook" ,
44 "navTitle" : " Overview" ,
5- "description " : " A collection of recipes for common Angular application scenarios"
5+ "intro " : " A collection of recipes for common Angular application scenarios"
66 },
77
88 "a1-a2-quick-reference" : {
99 "title" : " Angular 1 to 2 Quick Reference" ,
1010 "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"
1212 },
1313
1414 "component-communication" : {
1515 "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
1723 },
1824
1925 "ts-to-js" : {
2026 "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"
2228 }
2329
2430}
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 88 "a1-a2-quick-reference" : {
99 "title" : " Angular 1 to 2 Quick Reference" ,
1010 "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"
1212 },
1313
1414 "component-communication" : {
1515 "title" : " Component Interaction" ,
16- "description " : " Share information between different directives and components"
16+ "intro " : " Share information between different directives and components"
1717 },
1818
1919 "dynamic-form" : {
2020 "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"
2227 }
2328}
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