37 lines
		
	
	
		
			952 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			952 B
		
	
	
	
		
			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",
 | |
|     "hide": true
 | |
|   },
 | |
|   
 | |
|   "component-communication": {
 | |
|     "title": "Component Interaction",
 | |
|     "intro": "Share information between different directives and components"
 | |
|   },
 | |
| 
 | |
|   "dependency-injection": {
 | |
|     "title": "Dependency Injection",
 | |
|     "intro": "Techniques for Dependency Injection",
 | |
|     "hide": true
 | |
|   },
 | |
|   
 | |
|   "dynamic-forms": {
 | |
|     "title": "Dynamic Form",
 | |
|     "intro": "Render dynamic forms with NgFormModel",
 | |
|     "hide": true
 | |
|   },
 | |
| 
 | |
|   "ts-to-js": {
 | |
|     "title": "TypeScript to JavaScript",
 | |
|     "intro": "Convert Angular 2 TypeScript examples into ES5 JavaScript",
 | |
|     "hide": true
 | |
|   }
 | |
| } |