angular-docs-cn/public/docs/js/latest
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
..
api refact(docs-app): move filtered API list into a directive 2015-12-10 21:35:02 -08:00
cookbook docs(ngmodule): fixes for defects discovered by John Papa (#2197) 2016-08-25 19:12:15 -07:00
guide docs(glossary): general cleanup and fix links (#2100) 2016-08-17 17:50:42 -07:00
testing chore: new flat left navigation panel (all language tracks) 2016-03-03 04:51:52 -08:00
tutorial docs(toh-6): refactoring of 'add, edit, delete heroes' (#2170) 2016-08-26 14:57:45 -07:00
_data.json docs(rc5): update docs and plunkers for rc5 2016-08-09 11:48:07 -07:00
_util-fns.jade improved infrastructure for devguide and revised getting started (TS) 2015-09-10 13:32:57 -07:00
cheatsheet.jade docs(cheatsheet): remove outdated beta warning 2016-05-22 19:56:38 -07:00
glossary.jade docs(glossary): general cleanup and fix links (#2100) 2016-08-17 17:50:42 -07:00
help.jade fixed duplication for help 2015-03-04 19:33:12 -08:00
index.jade converts docs landing template to use layout classnames rather than attribute syntax 2016-05-02 19:55:59 -07:00
quickstart.jade docs(quickstart/js): app JS files order is not significant 2016-08-24 23:38:03 -07:00
resources.jade docs: simplify left nav selection/scroll 2016-03-04 23:54:44 -08:00
styleguide.jade docs: temporary TS-referencing chapters for gaps in JS/Dart 2016-03-01 11:22:04 -08:00