| 
									
										
										
										
											2016-02-25 09:03:50 -08:00
										 |  |  | { | 
					
						
							|  |  |  |   "index": { | 
					
						
							|  |  |  |     "title": "Cookbook", | 
					
						
							| 
									
										
										
										
											2016-03-04 17:56:41 -08:00
										 |  |  |     "navTitle": "Overview", | 
					
						
							| 
									
										
										
										
											2016-03-16 18:01:33 +02:00
										 |  |  |     "intro": "A collection of recipes for common Angular application scenarios" | 
					
						
							| 
									
										
										
										
											2016-02-25 09:03:50 -08:00
										 |  |  |   }, | 
					
						
							| 
									
										
										
										
											2016-03-16 18:01:33 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-25 09:03:50 -08:00
										 |  |  |   "a1-a2-quick-reference": { | 
					
						
							| 
									
										
										
										
											2016-03-04 17:56:41 -08:00
										 |  |  |     "title": "Angular 1 to 2 Quick Reference", | 
					
						
							|  |  |  |     "navTitle": "Angular 1 to 2 Quick Ref", | 
					
						
							| 
									
										
										
										
											2016-03-16 18:01:33 +02:00
										 |  |  |     "intro": "Learn how Angular 1 concepts and techniques map to Angular 2" | 
					
						
							| 
									
										
										
										
											2016-02-25 09:03:50 -08:00
										 |  |  |   }, | 
					
						
							| 
									
										
										
										
											2016-03-16 18:01:33 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-25 19:12:15 -07:00
										 |  |  |   "ngmodule-faq": { | 
					
						
							|  |  |  |     "title": "Angular Module FAQs", | 
					
						
							|  |  |  |     "intro": "Answers to frequently asked questions about @NgModule", | 
					
						
							|  |  |  |     "hide": true | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-25 09:03:50 -08:00
										 |  |  |   "component-communication": { | 
					
						
							|  |  |  |     "title": "Component Interaction", | 
					
						
							| 
									
										
										
										
											2016-03-16 18:01:33 +02:00
										 |  |  |     "intro": "Share information between different directives and components" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-05-20 15:14:13 -07: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 12:35:12 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |   "dynamic-form": { | 
					
						
							| 
									
										
										
										
											2016-07-31 19:57:47 -05:00
										 |  |  |     "title": "Dynamic Forms", | 
					
						
							| 
									
										
										
										
											2016-03-26 12:18:13 -04:00
										 |  |  |     "intro": "Render dynamic forms with NgFormModel" | 
					
						
							| 
									
										
										
										
											2016-03-16 18:01:33 +02:00
										 |  |  |   }, | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-26 21:02:32 -07:00
										 |  |  |   "form-validation": { | 
					
						
							|  |  |  |     "title": "Form Validation", | 
					
						
							|  |  |  |     "intro": "Validate user's form entries" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-29 11:15:55 -07:00
										 |  |  |   "i18n": { | 
					
						
							|  |  |  |     "title": "Internationalization (i18n)", | 
					
						
							|  |  |  |     "intro": "Translate the app's template text into multiple languages", | 
					
						
							|  |  |  |     "hide": true | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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 18:01:33 +02:00
										 |  |  |   "ts-to-js": { | 
					
						
							|  |  |  |     "title": "TypeScript to JavaScript", | 
					
						
							| 
									
										
										
										
											2016-11-22 20:07:16 +08:00
										 |  |  |     "intro": "Convert Angular TypeScript examples into ES6 and ES5 JavaScript" | 
					
						
							| 
									
										
										
										
											2016-05-24 11:39:07 -07:00
										 |  |  |   }, | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   "visual-studio-2015": { | 
					
						
							|  |  |  |     "title": "Visual Studio 2015 QuickStart", | 
					
						
							|  |  |  |     "intro": "Use Visual Studio 2015 with the QuickStart files" | 
					
						
							| 
									
										
										
										
											2016-02-25 09:03:50 -08:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2016-03-16 18:01:33 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | } |