# Conflicts: # harp.json # public/_includes/_hero-home.jade # public/_includes/_scripts-include.jade # public/docs/_examples/quickstart/js/package.1.json # public/docs/_includes/_side-nav.jade # public/docs/js/latest/cookbook/ts-to-js.jade # public/docs/ts/latest/_data.json # public/docs/ts/latest/api/_data.json # public/docs/ts/latest/cookbook/_data.json # public/docs/ts/latest/cookbook/aot-compiler.jade # public/docs/ts/latest/cookbook/ngmodule-faq.jade # public/docs/ts/latest/cookbook/rc4-to-rc5.jade # public/docs/ts/latest/glossary.jade # public/docs/ts/latest/guide/_data.json # public/docs/ts/latest/guide/attribute-directives.jade # public/docs/ts/latest/guide/browser-support.jade # public/docs/ts/latest/guide/forms.jade # public/docs/ts/latest/guide/lifecycle-hooks.jade # public/docs/ts/latest/guide/ngmodule.jade # public/docs/ts/latest/guide/router.jade # public/docs/ts/latest/guide/style-guide.jade # public/docs/ts/latest/guide/template-syntax.jade # public/docs/ts/latest/guide/testing.jade # public/docs/ts/latest/guide/upgrade.jade # public/docs/ts/latest/quickstart.jade # public/docs/ts/latest/tutorial/_data.json # public/docs/ts/latest/tutorial/toh-pt5.jade # public/docs/ts/latest/tutorial/toh-pt6.jade
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
||
"index": {
|
||
"title": "烹饪宝典",
|
||
"navTitle": "概览",
|
||
"description": "一组常见Angular应用场景的“烹饪宝典”"
|
||
},
|
||
|
||
"aot-compiler": {
|
||
"title": "预(AoT)编译器",
|
||
"intro": "学习如何使用预编译器"
|
||
},
|
||
|
||
"a1-a2-quick-reference": {
|
||
"title": "Angular从1到2快速参考",
|
||
"navTitle": "Angular从1到2快速参考",
|
||
"intro": "学习如何把Angular 1中的概念和技术对应到Angular 2中"
|
||
},
|
||
|
||
"ngmodule-faq": {
|
||
"title": "Angular模块常见问题",
|
||
"intro": "对@NgModule常见问题的解答"
|
||
},
|
||
|
||
"component-communication": {
|
||
"title": "组件通讯",
|
||
"intro": "在不同的指令和组件之间共享信息"
|
||
},
|
||
|
||
"component-relative-paths": {
|
||
"title": "相对于组件的路径",
|
||
"intro": "为组件的模板和样式指定相对于组件的路径"
|
||
},
|
||
|
||
"dependency-injection": {
|
||
"title": "依赖注入",
|
||
"intro": "依赖注入技术"
|
||
},
|
||
|
||
"dynamic-form": {
|
||
"title": "动态表单",
|
||
"intro": "用FormGroup渲染动态表单"
|
||
},
|
||
|
||
"form-validation": {
|
||
"title": "表单验证",
|
||
"intro": "验证用户在表单中的输入"
|
||
},
|
||
|
||
"i18n": {
|
||
"title": "国际化(i18n)",
|
||
"intro": "把应用的模板文本翻译成多种语言"
|
||
},
|
||
|
||
"set-document-title": {
|
||
"title": "设置文档标题",
|
||
"intro": "使用Title服务来设置文档标题或窗口标题"
|
||
},
|
||
|
||
"ts-to-js": {
|
||
"title": "从TypeScript到JavaScript",
|
||
"intro": "把Angular的TypeScript范例转换为ES5 JavaScript"
|
||
},
|
||
|
||
"visual-studio-2015": {
|
||
"title": "Visual Studio 2015快速起步",
|
||
"intro": "使用Visual Studio 2015快速起步"
|
||
}
|
||
}
|