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

164 lines
4.1 KiB
JSON
Raw Normal View History

{
"index": {
"title": "文档概览",
"navTitle": "概览",
"description": "如何阅读本文档",
"nextable": true,
"basics": true
2015-10-18 18:13:20 -04:00
},
"architecture": {
"title": "架构概览",
"navTitle": "架构",
"intro": "Angular应用的基本构造块",
"nextable": true,
"basics": true
},
"displaying-data": {
"title": "显示数据",
"intro": "属性绑定机制把数据显示到UI上。",
"nextable": true,
"basics": true
},
"user-input": {
"title": "用户输入",
"intro": "用户输入触发DOM事件。我们通过事件绑定来监听它们把更新过的数据导入回我们的组件和model。",
"nextable": true,
"basics": true
2015-10-16 17:51:15 -04:00
},
"forms": {
"title": "表单",
"intro": "表单创建一个有机、有效、引人注目的数据输入体验。Angular表单协调一组数据绑定控件跟踪变更验证输入的有效性并且显示错误信息。",
"nextable": true,
"basics": true
},
"dependency-injection": {
"title": "依赖注入",
"intro": "Angular的依赖注入系统能够JIT(刚好及时)的创建和交付所依赖的服务。",
"nextable": true,
"basics": true
2015-10-19 12:56:24 -04:00
},
2015-10-16 23:39:30 -04:00
"template-syntax": {
"title": "模板语法",
"intro": "学习如何写模板来显示数据,以及在数据绑定的帮助下响应用户事件。",
"nextable": true,
"basics": true
2015-10-16 23:39:30 -04:00
},
"cheatsheet": {
"title": "Angular小抄",
"intro": "一份Angular语法的快速指南",
"nextable": true,
"basics": true
},
"style-guide": {
"title": "风格指南",
"intro": "如何写Angular风格的程序",
"basics": true
},
"glossary": {
"title": "Glossary",
"intro": "Brief definitions of the most important words in the Angular vocabulary",
"basics": true
},
"change-log": {
"title": "Change Log",
"intro": "An annotated history of recent documentation improvements.",
"basics": true
},
2016-07-12 21:14:13 -04:00
"ngmodule": {
2016-09-10 06:07:25 -04:00
"title": "Angular模块NgModule",
"intro": "用@NgModule定义应用中的模块"
2016-07-12 21:14:13 -04:00
},
"animations": {
2016-06-18 11:53:32 -04:00
"title": "动画",
"intro": "Angular动画系统指南。"
},
"attribute-directives": {
"title": "属性型指令",
"intro": "属性型指令把行为添加到现有元素上。"
},
"browser-support": {
2016-09-14 01:12:05 -04:00
"title": "浏览器支持",
"intro": "浏览器支持与填充Polyfill指南"
},
"component-styles": {
"title": "组件样式",
"intro": "学习如何给组件应用CSS样式。"
},
"hierarchical-dependency-injection": {
"title": "多级依赖注入器",
"navTitle": "多级注入器",
"intro": "Angular的多级依赖注入系统支持与组件树并行的嵌套式注入器。"
},
"server-communication": {
"title": "HTTP客户端",
"intro": "通过HTTP客户端与远程服务器对话。"
},
"lifecycle-hooks": {
"title": "生命周期钩子",
"intro": "Angular调用指令和组件的生命周期钩子函数包括它的创建、变更和销毁时。"
},
"npm-packages": {
"title": "Npm包",
Merge remote-tracking branch 'origin/master' # 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
2016-09-08 05:20:01 -04:00
"intro": "推荐的npm包以及如何指定所依赖的包"
},
"pipes": {
"title": "管道",
"intro": "管道可以在模板中转换显示的内容。"
},
"router": {
"title": "路由与导航",
"intro": "揭示如何通过Angular路由进行基本的屏幕导航。"
},
"security": {
2016-06-28 01:32:08 -04:00
"title": "安全",
"intro": "开发“内容安全”的Angular应用。"
},
"structural-directives": {
"title": "结构型指令",
"intro": "Angular有一个强力的模板引擎它能让你轻松维护元素的DOM树结构。"
},
"testing": {
"title": "测试",
"intro": "Angular应用的测试技术与实践。"
},
"typescript-configuration": {
"title": "TypeScript配置",
"intro": "Angular开发者的TypeScript配置"
},
"upgrade": {
"title": "从1.x升级",
"intro": "Angular 1应用可以逐步升级到Angular 2。"
},
"webpack": {
2016-05-19 07:23:01 -04:00
"title": "Webpack简介",
"intro": "使用基于Webpack的工具创建Angular应用"
}
}