# Conflicts: # README.md # public/_includes/_scripts-include.jade # public/docs/_examples/homepage-hello-world/ts/index.1.html # public/docs/_examples/homepage-tabs/ts/index.1.html # public/docs/_examples/homepage-todo/ts/index.1.html # public/docs/_examples/systemjs.config.plunker.build.js # public/docs/_examples/systemjs.config.plunker.js # public/docs/js/latest/cookbook/ts-to-js.jade # public/docs/ts/latest/_data.json # public/docs/ts/latest/cookbook/component-communication.jade # public/docs/ts/latest/cookbook/component-relative-paths.jade # public/docs/ts/latest/glossary.jade # public/docs/ts/latest/guide/_data.json # public/docs/ts/latest/guide/architecture.jade # public/docs/ts/latest/guide/attribute-directives.jade # public/docs/ts/latest/guide/dependency-injection.jade # public/docs/ts/latest/guide/index.jade # public/docs/ts/latest/guide/lifecycle-hooks.jade # public/docs/ts/latest/guide/ngmodule.jade # public/docs/ts/latest/guide/npm-packages.jade # public/docs/ts/latest/guide/security.jade # public/docs/ts/latest/guide/server-communication.jade # public/docs/ts/latest/guide/template-syntax.jade # public/docs/ts/latest/guide/typescript-configuration.jade # public/docs/ts/latest/index.jade # public/docs/ts/latest/quickstart.jade # public/docs/ts/latest/tutorial/_data.json # public/docs/ts/latest/tutorial/toh-pt6.jade # public/features.jade # public/resources/js/directives/live-example.js # tools/plunker-builder/indexHtmlTranslator.js
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"index": {
|
|
"title": "烹饪宝典",
|
|
"navTitle": "概览",
|
|
"description": "一组常见Angular应用场景的“烹饪宝典”"
|
|
},
|
|
|
|
"a1-a2-quick-reference": {
|
|
"title": "Angular从1到2快速参考",
|
|
"navTitle": "Angular从1到2快速参考",
|
|
"intro": "学习如何把Angular 1中的概念和技术对应到Angular 2中"
|
|
},
|
|
|
|
"ngmodule-faq": {
|
|
"title": "Angular Module FAQs",
|
|
"intro": "Answers to frequently asked questions about @NgModule"
|
|
},
|
|
|
|
"component-communication": {
|
|
"title": "组件通讯",
|
|
"intro": "在不同的指令和组件之间共享信息"
|
|
},
|
|
|
|
"component-relative-paths": {
|
|
"title": "相对于组件的路径",
|
|
"intro": "为组件的模板和样式指定相对于组件的路径"
|
|
},
|
|
|
|
"dependency-injection": {
|
|
"title": "依赖注入",
|
|
"intro": "依赖注入技术"
|
|
},
|
|
|
|
"dynamic-form-deprecated": {
|
|
"title": "Dynamic Forms",
|
|
"intro": "Render dynamic forms with NgFormModel",
|
|
"basics": true,
|
|
"hide": true
|
|
},
|
|
|
|
"dynamic-form": {
|
|
"title": "动态表单",
|
|
"intro": "用FormGroup渲染动态表单"
|
|
},
|
|
|
|
"form-validation": {
|
|
"title": "Form Validation",
|
|
"intro": "Validate user's form entries"
|
|
},
|
|
|
|
"rc4-to-rc5": {
|
|
"title": "RC4 to RC5 Migration",
|
|
"intro": "Migrate your RC4 app to RC5 in minutes."
|
|
},
|
|
|
|
"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快速开始"
|
|
}
|
|
}
|