Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 164e434

Browse files
committed
docs(cb-ts-to-js): Ward's tweaks to cookbook about applying TypeScript examples to ES5
1 parent 29aad37 commit 164e434

File tree

7 files changed

+37
-10
lines changed

7 files changed

+37
-10
lines changed

public/docs/dart/latest/cookbook/_data.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,30 @@
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
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!= partial("../../../_includes/_ts-temp")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!= partial("../../../_includes/_ts-temp")

public/docs/js/latest/cookbook/_data.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,29 @@
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
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!= partial("../../../_includes/_ts-temp")

public/docs/ts/latest/cookbook/_data.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,21 @@
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
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!= partial("../../../js/latest/cookbook/ts-to-js")

0 commit comments

Comments
 (0)