76 lines
1.8 KiB
JSON
Raw Normal View History

{
"index": {
"title": "烹饪宝典",
"navTitle": "概览",
"description": "一组常见Angular应用场景的“烹饪宝典”"
},
"aot-compiler": {
2016-09-16 13:21:27 +08:00
"title": "预AoT编译器",
"intro": "学习如何使用预编译器"
},
"a1-a2-quick-reference": {
"title": "Angular从1到2快速参考",
"navTitle": "Angular从1到2快速参考",
"intro": "学习如何把Angular 1中的概念和技术对应到Angular 2中"
},
"ngmodule-faq": {
2016-09-10 18:07:25 +08:00
"title": "Angular模块常见问题",
"intro": "对@NgModule常见问题的解答"
},
"component-communication": {
"title": "组件通讯",
"intro": "在不同的指令和组件之间共享信息"
},
"component-relative-paths": {
"title": "相对于组件的路径",
"intro": "为组件的模板和样式指定相对于组件的路径"
},
2016-03-26 12:18:13 -04:00
"dependency-injection": {
"title": "依赖注入",
"intro": "依赖注入技术"
2016-03-26 12:18:13 -04:00
},
"dynamic-form-deprecated": {
"title": "Dynamic Forms",
"intro": "Render dynamic forms with NgFormModel",
"basics": true,
"hide": true
},
"dynamic-form": {
"title": "动态表单",
"intro": "用FormGroup渲染动态表单"
},
"form-validation": {
2016-09-10 18:07:25 +08:00
"title": "表单验证",
"intro": "验证用户在表单中的输入"
},
"rc4-to-rc5": {
2016-09-10 18:07:25 +08:00
"title": "如何从RC4迁移到RC5",
"intro": "分分钟把RC4迁移到RC5"
},
"set-document-title": {
"title": "设置文档标题",
"intro": "使用Title服务来设置文档标题或窗口标题"
},
"ts-to-js": {
"title": "从TypeScript到JavaScript",
"intro": "把Angular 2的TypeScript范例转换为ES5 JavaScript"
},
"visual-studio-2015": {
2016-09-18 10:03:20 +08:00
"title": "Visual Studio 2015快速起步",
"intro": "使用Visual Studio 2015快速起步"
}
}