# Conflicts: # public/contribute.jade # public/docs/js/latest/cookbook/ts-to-js.jade # public/docs/ts/latest/cookbook/_data.json # public/docs/ts/latest/cookbook/component-communication.jade # public/docs/ts/latest/cookbook/component-relative-paths.jade # public/docs/ts/latest/cookbook/dependency-injection.jade # public/docs/ts/latest/cookbook/dynamic-form.jade # public/docs/ts/latest/cookbook/set-document-title.jade # public/docs/ts/latest/glossary.jade # public/docs/ts/latest/guide/forms.jade # public/docs/ts/latest/guide/pipes.jade # public/docs/ts/latest/guide/router.jade # public/docs/ts/latest/guide/user-input.jade # public/docs/ts/latest/tutorial/toh-pt6.jade
49 lines
1.2 KiB
JSON
49 lines
1.2 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": "Dynamic Forms",
|
|
"intro": "Render dynamic forms with FormGroup",
|
|
"basics": true,
|
|
},
|
|
|
|
"set-document-title": {
|
|
"title": "设置文档标题",
|
|
"intro": "使用Title服务来设置文档标题或窗口标题"
|
|
},
|
|
|
|
"ts-to-js": {
|
|
"title": "从TypeScript到JavaScript",
|
|
"intro": "把Angular 2的TypeScript范例转换为ES5 JavaScript"
|
|
},
|
|
|
|
"visual-studio-2015": {
|
|
"title": "Visual Studio 2015快速开始",
|
|
"intro": "使用Visual Studio 2015快速开始"
|
|
}
|
|
}
|