angular-cn/public/docs/ts/latest/cookbook/_data.json

69 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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范例转换为ES6和ES5 JavaScript"
},
"visual-studio-2015": {
"title": "Visual Studio 2015快速起步",
"intro": "使用Visual Studio 2015快速起步"
}
}