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-11-21 20:13:21 -05:00
|
|
|
"intro": "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-09-14 13:10:04 -04:00
|
|
|
"aot-compiler": {
|
2016-09-14 13:55:46 -04:00
|
|
|
"title": "Ahead-of-Time Compilation",
|
|
|
|
"intro": "Learn how to use Ahead-of-time compilation"
|
2016-09-14 13:10:04 -04:00
|
|
|
},
|
|
|
|
|
2017-01-26 06:26:11 -05:00
|
|
|
"ajs-quick-reference": {
|
|
|
|
"title": "AngularJS to Angular Quick Reference",
|
|
|
|
"navTitle": "AngularJS to Angular",
|
2017-02-23 16:27:14 -05:00
|
|
|
"intro": "Learn how AngularJS concepts and techniques map to Angular."
|
2016-01-27 17:49:02 -05:00
|
|
|
},
|
2016-04-10 09:14:24 -04:00
|
|
|
|
2016-08-25 22:12:15 -04:00
|
|
|
"ngmodule-faq": {
|
|
|
|
"title": "Angular Module FAQs",
|
|
|
|
"intro": "Answers to frequently asked questions about @NgModule"
|
|
|
|
},
|
|
|
|
|
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-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"
|
|
|
|
},
|
|
|
|
|
2017-01-25 18:44:17 -05:00
|
|
|
"dynamic-component-loader": {
|
|
|
|
"title": "Dynamic Component Loader",
|
|
|
|
"intro": "Load components dynamically"
|
|
|
|
},
|
|
|
|
|
2016-06-22 19:43:47 -04:00
|
|
|
"dynamic-form": {
|
|
|
|
"title": "Dynamic Forms",
|
2016-08-09 12:38:25 -04:00
|
|
|
"intro": "Render dynamic forms with FormGroup"
|
2016-06-22 19:43:47 -04:00
|
|
|
},
|
|
|
|
|
2016-08-27 00:02:32 -04:00
|
|
|
"form-validation": {
|
|
|
|
"title": "Form Validation",
|
|
|
|
"intro": "Validate user's form entries"
|
|
|
|
},
|
|
|
|
|
2016-09-29 14:15:55 -04:00
|
|
|
"i18n": {
|
|
|
|
"title": "Internationalization (i18n)",
|
2016-12-14 18:53:09 -05:00
|
|
|
"intro": "Translate the app's template text into multiple languages."
|
2016-09-29 14:15:55 -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",
|
2016-11-03 04:37:55 -04:00
|
|
|
"intro": "Convert Angular TypeScript examples into ES6 and 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-02 08:39:34 -05:00
|
|
|
}
|
2016-01-27 17:49:02 -05:00
|
|
|
}
|