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

39 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"index": {
"title": "教程: 英雄指南",
"navTitle": "简介",
"intro": "英雄指南教程带我们一步步使用TypeScript创建Angular应用。",
"nextable": true
},
"toh-pt1": {
"title": "英雄编辑器",
"intro": "我们构建一个简单的英雄编辑器",
"nextable": true
},
"toh-pt2": {
"title": "主从结构",
"intro": "我们构建一个主从结构的页面,用于展现英雄列表",
"nextable": true
},
"toh-pt3": {
"title": "多个组件",
"intro": "我们把主从结构的页面重构成多个组件",
"nextable": true
},
"toh-pt4": {
"title": "服务",
"intro": "我们创建一个可复用的服务来调用英雄的数据",
"nextable": true
},
"toh-pt5": {
"title": "路由",
"intro": "我们添加一个Angular组件路由并且学习在视图之间导航",
"nextable": true
},
"toh-pt6": {
"title": "Http",
"intro": "We convert our service and components to use Http",
"nextable": true
}
}