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-04-10 09:14:24 -04: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-04-10 09:14:24 -04: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
|
|
|
},
|
|
|
|
|
2016-03-26 12:18:13 -04:00
|
|
|
"dependency-injection": {
|
|
|
|
"title": "Dependency Injection",
|
|
|
|
"intro": "Techniques for Dependency Injection"
|
|
|
|
},
|
|
|
|
|
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"
|
|
|
|
},
|
|
|
|
|
2016-04-10 09:14:24 -04:00
|
|
|
"set-document-title": {
|
|
|
|
"title": "Set the Document Title",
|
|
|
|
"intro": "Setting the document or window title using the Title service."
|
|
|
|
},
|
|
|
|
|
2016-03-16 12:01:33 -04:00
|
|
|
"ts-to-js": {
|
|
|
|
"title": "TypeScript to JavaScript",
|
2016-03-31 10:06:08 -04:00
|
|
|
"intro": "Convert Angular 2 TypeScript examples into ES5 JavaScript"
|
2016-02-02 08:39:34 -05:00
|
|
|
}
|
2016-01-27 17:49:02 -05:00
|
|
|
}
|