34 lines
914 B
JSON
34 lines
914 B
JSON
{
|
||
"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
|
||
}
|
||
}
|