43 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "index": {
 | |
|     "title": "烹饪宝典",
 | |
|     "navTitle": "概览",
 | |
|     "description": "一组常见Angular应用场景的“烹饪宝典”"
 | |
|   },
 | |
| 
 | |
|   "a1-a2-quick-reference": {
 | |
|     "title": "Angular从1到2快速参考",
 | |
|     "navTitle": "Angular从1到2快速参考",
 | |
|     "intro": "学习如何把Angular 1中的概念和技术对应到Angular 2中"
 | |
|   },
 | |
| 
 | |
|   "component-communication": {
 | |
|     "title": "组件通讯",
 | |
|     "intro": "在不同的指令和组件之间共享信息"
 | |
|   },
 | |
| 
 | |
|   "component-relative-paths": {
 | |
|     "title": "相对于组件的路径",
 | |
|     "intro": "为组件的模板和样式指定相对于组件的路径"
 | |
|   },
 | |
| 
 | |
|   "dependency-injection": {
 | |
|     "title": "依赖注入",
 | |
|     "intro": "依赖注入技术"
 | |
|   },
 | |
|   "dynamic-form": {
 | |
|     "title": "动态表单",
 | |
|     "intro": "通过NgFormModel渲染动态表单"
 | |
|   },
 | |
| 
 | |
|   "set-document-title": {
 | |
|     "title": "设置文档标题",
 | |
|     "intro": "使用Title服务来设置文档标题或窗口标题"
 | |
|   },
 | |
| 
 | |
|   "ts-to-js": {
 | |
|     "title": "从TypeScript到JavaScript",
 | |
|     "intro": "把Angular 2的TypeScript范例转换为ES5 JavaScript"
 | |
|   }
 | |
| }
 |