2015-10-15 02:04:58 -04:00
|
|
|
|
{
|
|
|
|
|
"index": {
|
2016-04-17 11:31:22 -04:00
|
|
|
|
"title": "教程: 英雄指南",
|
2016-04-12 07:07:06 -04:00
|
|
|
|
"navTitle": "简介",
|
2016-04-17 11:31:22 -04:00
|
|
|
|
"intro": "英雄指南教程带我们一步步使用TypeScript创建Angular应用。",
|
2016-03-04 20:56:41 -05:00
|
|
|
|
"nextable": true
|
2015-10-15 03:51:24 -04:00
|
|
|
|
},
|
|
|
|
|
"toh-pt1": {
|
2016-04-12 07:07:06 -04:00
|
|
|
|
"title": "英雄编辑器",
|
|
|
|
|
"intro": "我们构建一个简单的英雄编辑器",
|
2016-03-04 20:56:41 -05:00
|
|
|
|
"nextable": true
|
2015-10-15 03:51:24 -04:00
|
|
|
|
},
|
|
|
|
|
"toh-pt2": {
|
2016-04-12 07:07:06 -04:00
|
|
|
|
"title": "主从结构",
|
|
|
|
|
"intro": "我们构建一个主从结构的页面,用于展现英雄列表",
|
2016-03-04 20:56:41 -05:00
|
|
|
|
"nextable": true
|
2015-12-14 23:05:13 -05:00
|
|
|
|
},
|
|
|
|
|
"toh-pt3": {
|
2016-04-12 07:07:06 -04:00
|
|
|
|
"title": "多个组件",
|
|
|
|
|
"intro": "我们把主从结构的页面重构成多个组件",
|
2016-03-04 20:56:41 -05:00
|
|
|
|
"nextable": true
|
2015-12-16 21:47:02 -05:00
|
|
|
|
},
|
|
|
|
|
"toh-pt4": {
|
2016-04-12 07:07:06 -04:00
|
|
|
|
"title": "服务",
|
|
|
|
|
"intro": "我们创建一个可复用的服务来调用英雄的数据",
|
2016-03-04 20:56:41 -05:00
|
|
|
|
"nextable": true
|
2015-12-23 12:42:57 -05:00
|
|
|
|
},
|
|
|
|
|
"toh-pt5": {
|
2016-04-12 07:07:06 -04:00
|
|
|
|
"title": "路由",
|
|
|
|
|
"intro": "我们添加一个Angular组件路由,并且学习在视图之间导航",
|
2016-03-04 20:56:41 -05:00
|
|
|
|
"nextable": true
|
2016-04-09 00:18:37 -04:00
|
|
|
|
},
|
|
|
|
|
"toh-pt6": {
|
docs(toh-6): refactoring of 'add, edit, delete heroes' (#2170)
* docs(toh-6/dart): refactoring of 'add, edit, delete heroes'
Refactoring of "add, edit, delete heroes" section of toh-6 from one big
bottom-up step into small independent feature slices, where the user
achieves a "milesone" (i.e., can run the full app) after each feature
section. The section rewrite is shorter and offers a better UX.
Other simplifications:
- Error handling is consistent: in the hero service we log to the
console, everwhere else we just let errors bubble up.
- Hero service methods renamed based on function (create, update)
rather then lower-level implementation (post, put).
- @Output properties have been eliminated (since they weren't
explained).
E2E tests now pass on both the TS and Dart sides.
* docs(toh-6/ts): refactoring of 'add, edit, delete heroes'
Refactoring of "add, edit, delete heroes" section of toh-6 from one big
bottom-up step into small independent feature slices, where the user
achieves a "milesone" (i.e., can run the full app) after each feature
section. The section rewrite is shorter and offers a better UX.
Other simplifications:
- Error handling is consistent: in the hero service we log to the
console, everwhere else we just let errors bubble up.
- Hero service methods renamed based on function (create, update)
rather then lower-level implementation (post, put).
- @Output properties have been eliminated (since they weren't
explained).
E2E tests now pass on both the TS and Dart sides.
Post-Dart-review updates included.
* docs(toh-6): ward tweaks
2016-08-26 17:57:45 -04:00
|
|
|
|
"title": "HTTP",
|
2016-09-08 05:20:01 -04:00
|
|
|
|
"intro": "把我们的服务和组件改为用Angular的HTTP服务实现",
|
2016-04-09 00:18:37 -04:00
|
|
|
|
"nextable": true
|
2015-10-15 02:04:58 -04:00
|
|
|
|
}
|
2016-04-12 07:07:06 -04:00
|
|
|
|
}
|