2016-02-02 08:39:34 -05:00
|
|
|
{
|
|
|
|
"index": {
|
2016-02-25 12:03:50 -05:00
|
|
|
"title": "Cookbook",
|
2016-03-04 20:56:41 -05:00
|
|
|
"navTitle": "Overview",
|
2016-02-25 12:03:50 -05:00
|
|
|
"description": "A collection of recipes for common Angular application scenarios"
|
2016-02-02 08:39:34 -05:00
|
|
|
},
|
|
|
|
|
2016-01-27 17:49:02 -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-01-27 17:49:02 -05:00
|
|
|
},
|
|
|
|
|
2016-02-02 08:39:34 -05:00
|
|
|
"component-communication": {
|
2016-02-25 12:03:50 -05:00
|
|
|
"title": "Component Interaction",
|
2016-03-16 12:01:33 -04:00
|
|
|
"intro": "Share information between different directives and components"
|
2016-03-05 17:53:34 -05:00
|
|
|
},
|
|
|
|
|
|
|
|
"dynamic-form": {
|
|
|
|
"title": "Dynamic Form",
|
2016-03-16 12:01:33 -04:00
|
|
|
"intro": "Render dynamic forms with NgFormModel"
|
|
|
|
},
|
|
|
|
|
|
|
|
"ts-to-js": {
|
|
|
|
"title": "TypeScript to JavaScript",
|
|
|
|
"intro": "Convert Angular 2 TypeScript examples into ES5 JavaScrip"
|
2016-02-02 08:39:34 -05:00
|
|
|
}
|
2016-01-27 17:49:02 -05:00
|
|
|
}
|