195 lines
4.8 KiB
JSON
195 lines
4.8 KiB
JSON
{
|
||
"index": {
|
||
"title": "文档概览",
|
||
"navTitle": "概览",
|
||
"intro": "如何阅读本文档",
|
||
"nextable": true,
|
||
"basics": true
|
||
},
|
||
|
||
"setup": {
|
||
"title": "搭建本地开发环境",
|
||
"navTitle": "开发环境",
|
||
"intro": "安装 Angular 《快速起步》种子,更快更有效地在本地开发应用",
|
||
"nextable": true,
|
||
"hideNextPage": true,
|
||
"basics": true
|
||
},
|
||
|
||
"learning-angular": {
|
||
"title": "学习 Angular",
|
||
"navTitle": "学习 Angular",
|
||
"intro": "Angular 初学者的推荐学习路径",
|
||
"nextable": true,
|
||
"hideNextPage": true,
|
||
"basics": true
|
||
},
|
||
|
||
"architecture": {
|
||
"title": "架构概览",
|
||
"navTitle": "架构",
|
||
"intro": "Angular 应用的基本构造块",
|
||
"nextable": true,
|
||
"basics": true
|
||
},
|
||
|
||
"appmodule": {
|
||
"title": "AppModule: 根模块",
|
||
"navTitle": "根模块",
|
||
"intro": "如何在根 \"AppModule\" 中构建和启动应用。",
|
||
"nextable": true,
|
||
"basics": true
|
||
},
|
||
|
||
"displaying-data": {
|
||
"title": "显示数据",
|
||
"intro": "属性绑定机制把数据显示到用户界面上。",
|
||
"nextable": true,
|
||
"basics": true
|
||
},
|
||
|
||
"user-input": {
|
||
"title": "用户输入",
|
||
"intro": "用户输入触发 DOM 事件。我们通过事件绑定来监听它们,把更新过的数据导入回我们的组件和 model。",
|
||
"nextable": true,
|
||
"basics": true
|
||
},
|
||
|
||
"forms": {
|
||
"title": "表单",
|
||
"intro": "表单创建一个有机、有效、引人注目的数据输入体验。Angular 表单协调一组数据绑定控件,跟踪变更,验证输入的有效性,并且显示错误信息。",
|
||
"nextable": true,
|
||
"basics": true
|
||
},
|
||
|
||
"dependency-injection": {
|
||
"title": "依赖注入",
|
||
"intro": "Angular 的依赖注入系统能够即时地创建和交付所依赖的服务。",
|
||
"nextable": true,
|
||
"basics": true
|
||
},
|
||
|
||
"template-syntax": {
|
||
"title": "模板语法",
|
||
"intro": "学习如何写模板来显示数据,以及在数据绑定的帮助下响应用户事件。",
|
||
"nextable": true,
|
||
"basics": true
|
||
},
|
||
|
||
"cheatsheet": {
|
||
"title": "Angular 速查表",
|
||
"intro": "一份 Angular 语法的快速指南",
|
||
"nextable": true,
|
||
"basics": true
|
||
},
|
||
|
||
"style-guide": {
|
||
"title": "风格指南",
|
||
"intro": "如何写 Angular 风格的程序",
|
||
"basics": true
|
||
},
|
||
|
||
"glossary": {
|
||
"title": "词汇表",
|
||
"intro": "Angular 中最重要的词汇的简要定义",
|
||
"basics": true
|
||
},
|
||
|
||
"change-log": {
|
||
"title": "更新记录",
|
||
"intro": "最新文档更新历史记录。",
|
||
"basics": true
|
||
},
|
||
|
||
"ngmodule": {
|
||
"title": "Angular模块 (NgModule)",
|
||
"intro": "用 @NgModule 定义应用中的模块"
|
||
},
|
||
|
||
"animations": {
|
||
"title": "动画",
|
||
"intro": "Angular 动画系统指南。"
|
||
},
|
||
|
||
"attribute-directives": {
|
||
"title": "属性型指令",
|
||
"intro": "属性型指令把行为添加到现有元素上。"
|
||
},
|
||
|
||
"browser-support": {
|
||
"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 包",
|
||
"intro": "推荐的 npm 包以及如何指定所依赖的包"
|
||
},
|
||
|
||
"pipes": {
|
||
"title": "管道",
|
||
"intro": "管道可以在模板中转换显示的内容。"
|
||
},
|
||
|
||
"router": {
|
||
"title": "路由与导航",
|
||
"intro": "揭示如何通过 Angular 路由进行基本的屏幕导航。"
|
||
},
|
||
|
||
"security": {
|
||
"title": "安全",
|
||
"intro": "开发内容安全的 Angular 应用。"
|
||
},
|
||
|
||
"setup-systemjs-anatomy": {
|
||
"title": "搭建剖析",
|
||
"intro": "解析 SystemJS 本地开发环境"
|
||
},
|
||
|
||
"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": {
|
||
"title": "Webpack 简介",
|
||
"intro": "使用基于 Webpack 的工具创建 Angular 应用"
|
||
}
|
||
}
|