Files

74 lines
1.8 KiB
JSON
Raw Permalink Normal View History

{
"index": {
"title": "烹饪宝典",
2016-04-12 19:07:06 +08:00
"navTitle": "概览",
2016-12-01 10:54:43 +08:00
"intro": "一组常见 Angular 应用场景的“烹饪宝典”"
},
2016-09-14 13:10:04 -04:00
"aot-compiler": {
2016-12-01 10:54:43 +08:00
"title": "预 (AoT) 编译器",
2016-09-16 13:21:27 +08:00
"intro": "学习如何使用预编译器"
2016-09-14 13:10:04 -04:00
},
"ajs-quick-reference": {
"title": "从 AngularJS 到 Angular 快速参考",
"navTitle": "从 AngularJS 到 Angular",
"intro": "学习如何把 AngularJS 中的概念和技术对应到 Angular 中"
},
"component-communication": {
2016-05-17 15:46:28 +08:00
"title": "组件通讯",
2016-04-12 19:07:06 +08:00
"intro": "在不同的指令和组件之间共享信息"
},
"component-relative-paths": {
"title": "相对于组件的路径",
"intro": "为组件的模板和样式指定相对于组件的路径"
},
2016-03-26 12:18:13 -04:00
"dependency-injection": {
2016-04-12 19:07:06 +08:00
"title": "依赖注入",
"intro": "依赖注入技术"
2016-03-26 12:18:13 -04:00
},
"dynamic-component-loader": {
2017-04-15 16:49:09 +08:00
"title": "动态组件加载器",
"intro": "如何动态加载组件"
},
"dynamic-form": {
"title": "动态表单",
2016-12-01 10:54:43 +08:00
"intro": "用 FormGroup 渲染动态表单"
},
2016-08-26 21:02:32 -07:00
"form-validation": {
2016-09-10 18:07:25 +08:00
"title": "表单验证",
"intro": "验证用户在表单中的输入"
2016-08-26 21:02:32 -07:00
},
"i18n": {
2016-12-01 10:54:43 +08:00
"title": "国际化 (i18n)",
"intro": "把应用的模板文本翻译成多种语言。"
},
"ngmodule-faq": {
2017-04-15 16:49:09 +08:00
"title": "Angular 模块常见问题",
"intro": "对 @NgModule 常见问题的解答"
},
"set-document-title": {
"title": "设置文档标题",
2016-12-01 10:54:43 +08:00
"intro": "使用 Title 服务来设置文档标题或窗口标题"
},
"ts-to-js": {
"title": "从 TypeScript 到 JavaScript",
"intro": "把 Angular 的 TypeScript 范例转换为 ES6 和 ES5 JavaScript."
},
"visual-studio-2015": {
2016-12-01 10:54:43 +08:00
"title": "Visual Studio 2015 快速起步",
"intro": "使用 Visual Studio 2015 快速起步"
}
}