2016-02-25 12:03:50 -05:00
|
|
|
{
|
|
|
|
"index": {
|
|
|
|
"title": "Cookbook",
|
2016-03-04 20:56:41 -05:00
|
|
|
"navTitle": "Overview",
|
2016-03-16 12:01:33 -04:00
|
|
|
"intro": "A collection of recipes for common Angular application scenarios"
|
2016-02-25 12:03:50 -05:00
|
|
|
},
|
|
|
|
|
|
|
|
"a1-a2-quick-reference": {
|
2016-03-04 20:56:41 -05:00
|
|
|
"title": "Angular 1 to 2 Quick Reference",
|
|
|
|
"navTitle": "Angular 1 to 2 Quick Ref",
|
2016-03-16 12:01:33 -04:00
|
|
|
"intro": "Learn how Angular 1 concepts and techniques map to Angular 2",
|
2016-03-04 20:56:41 -05:00
|
|
|
"hide": true
|
2016-02-25 12:03:50 -05:00
|
|
|
},
|
|
|
|
|
|
|
|
"component-communication": {
|
|
|
|
"title": "Component Interaction",
|
2016-03-16 12:01:33 -04:00
|
|
|
"intro": "Share information between different directives and components"
|
|
|
|
},
|
|
|
|
|
|
|
|
"dynamic-form": {
|
|
|
|
"title": "Dynamic Form",
|
|
|
|
"intro": "Render dynamic forms with NgFormModel",
|
|
|
|
"hide": true
|
|
|
|
},
|
|
|
|
|
|
|
|
"ts-to-js": {
|
|
|
|
"title": "TypeScript to JavaScript",
|
|
|
|
"intro": "Convert Angular 2 TypeScript examples into ES5 JavaScript",
|
|
|
|
"hide": true
|
2016-02-25 12:03:50 -05:00
|
|
|
}
|
|
|
|
}
|