angular-cn/public/docs/ts/latest/tutorial
Patrice Chalin 907f848c95 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 14:57:45 -07:00
..
_data.json docs(toh-6): refactoring of 'add, edit, delete heroes' (#2170) 2016-08-26 14:57:45 -07:00
index.jade docs: revert Jade to markdown 2016-07-05 23:03:30 -07:00
toh-pt1.jade docs(rc5): update docs and plunkers for rc5 2016-08-09 11:48:07 -07:00
toh-pt2.jade docs(toh): consistency fix 2016-08-17 17:47:15 -07:00
toh-pt3.jade docs(toh-3): fix for empty tab (#2122) 2016-08-17 13:33:11 -07:00
toh-pt4.jade docs(toh): add return types 2016-08-17 22:41:06 -07:00
toh-pt5.jade fix(toh-5): Fixed issues in tutorial flow 2016-08-19 03:43:00 -07:00
toh-pt6.jade docs(toh-6): refactoring of 'add, edit, delete heroes' (#2170) 2016-08-26 14:57:45 -07:00