angular-docs-cn/modules
Jeff Cross 34eaf65a79 docs(Http): add docs about breaking changes with EventEmitter/Observable
BREAKING CHANGE:
    The Http module previously would return RxJS Observables from method calls
    of the Http class. In order to support Dart, the module was refactored to
    return the EventEmitter abstraction instead, which does not contain the same
    combinators or subscription semantics as an RxJS Observable. However, the
    EventEmitter provides a toRx() method which will return an RxJS Subject,
    providing the same subscription and combinator conveniences as were
    available prior to this refactor.

    This is temporary, until issue #2794 is resolved, when Observables will
    again be returned directly from Http class methods.
2015-07-01 10:34:12 -07:00
..
angular2 docs(Http): add docs about breaking changes with EventEmitter/Observable 2015-07-01 10:34:12 -07:00
angular2_material chore(npm): correct generated package json files. 2015-06-29 10:30:00 -07:00
benchmarks refactor(di): unified di injector and core injector 2015-06-26 15:59:18 -07:00
benchmarks_external chore: update files to match clang-format 1.0.21. 2015-06-19 15:00:32 -07:00
benchpress chore(npm): correct generated package json files. 2015-06-29 10:30:00 -07:00
examples refactor(http): remove default settings from `RequestOptions` constructor 2015-06-30 15:21:36 -07:00
rtts_assert feat(http): refactor library to work in dart 2015-06-30 15:21:36 -07:00