56 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "index": {
 | |
|     "title": "Cookbook",
 | |
|     "navTitle": "Overview",
 | |
|     "intro": "A collection of recipes for common Angular application scenarios"
 | |
|   },
 | |
| 
 | |
|   "a1-a2-quick-reference": {
 | |
|     "title": "Angular 1 to 2 Quick Reference",
 | |
|     "navTitle": "Angular 1 to 2 Quick Ref",
 | |
|     "intro": "Learn how Angular 1 concepts and techniques map to Angular 2"
 | |
|   },
 | |
| 
 | |
|   "component-communication": {
 | |
|     "title": "Component Interaction",
 | |
|     "intro": "Share information between different directives and components"
 | |
|   },
 | |
| 
 | |
|   "component-relative-paths": {
 | |
|     "title": "Component-relative Paths",
 | |
|     "intro": "Use relative URLs for component templates and styles."
 | |
|   },
 | |
| 
 | |
|   "dependency-injection": {
 | |
|     "title": "Dependency Injection",
 | |
|     "intro": "Techniques for Dependency Injection"
 | |
|   },
 | |
| 
 | |
|   "dynamic-form": {
 | |
|     "title": "Dynamic Forms",
 | |
|     "intro": "Render dynamic forms with NgFormModel"
 | |
|   },
 | |
| 
 | |
|   "rc4-to-rc5": {
 | |
|     "title": "RC4 to RC5 Migration",
 | |
|     "intro": "Migrate your RC4 app to RC5 in minutes.",
 | |
|     "hide": true
 | |
|   },
 | |
| 
 | |
|   "set-document-title": {
 | |
|     "title": "Set the Document Title",
 | |
|     "intro": "Setting the document or window title using the Title service."
 | |
|   },
 | |
| 
 | |
|   "ts-to-js": {
 | |
|     "title": "TypeScript to JavaScript",
 | |
|     "intro": "Convert Angular 2 TypeScript examples into ES5 JavaScript"
 | |
|   },
 | |
| 
 | |
|   "visual-studio-2015": {
 | |
|     "title": "Visual Studio 2015 QuickStart",
 | |
|     "intro": "Use Visual Studio 2015 with the QuickStart files"
 | |
|   }
 | |
| 
 | |
| }
 |