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
|
|
|
},
|
2016-03-16 12:01:33 -04:00
|
|
|
|
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-02-25 12:03:50 -05:00
|
|
|
},
|
2016-03-16 12:01:33 -04:00
|
|
|
|
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"
|
|
|
|
},
|
|
|
|
|
2016-05-20 18:14:13 -04:00
|
|
|
"component-relative-paths": {
|
|
|
|
"title": "Component-relative Paths",
|
|
|
|
"intro": "Use relative URLs for component templates and styles."
|
|
|
|
},
|
|
|
|
|
2016-03-26 12:18:13 -04:00
|
|
|
"dependency-injection": {
|
|
|
|
"title": "Dependency Injection",
|
|
|
|
"intro": "Techniques for Dependency Injection"
|
|
|
|
},
|
2016-04-22 06:35:12 -04:00
|
|
|
|
|
|
|
"dynamic-form": {
|
2016-03-16 12:01:33 -04:00
|
|
|
"title": "Dynamic Form",
|
2016-03-26 12:18:13 -04:00
|
|
|
"intro": "Render dynamic forms with NgFormModel"
|
2016-03-16 12:01:33 -04:00
|
|
|
},
|
|
|
|
|
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",
|
|
|
|
"intro": "Convert Angular 2 TypeScript examples into ES5 JavaScript"
|
2016-05-24 14:39:07 -04:00
|
|
|
},
|
|
|
|
|
|
|
|
"visual-studio-2015": {
|
|
|
|
"title": "Visual Studio 2015 QuickStart",
|
|
|
|
"intro": "Use Visual Studio 2015 with the QuickStart files"
|
2016-02-25 12:03:50 -05:00
|
|
|
}
|
2016-03-16 12:01:33 -04:00
|
|
|
|
|
|
|
}
|