angular/modules/angular2/src
Rob Wormald a88e6f3106 refactor(http): use Observables in Http backends
BREAKING CHANGE: Http now returns Rx Observables directly, so calling .toRx() is no longer necessary. Additionally, Http calls are now cold, so backend requests will not fire unless .subscribe() is called.

closes #4043 and closes #2974

Closes #4376
2015-09-27 22:15:30 +00:00
..
animate feat(animate): cross-browser compatibility 2015-09-24 10:24:40 +02:00
compiler chore(typescript): fixes dart failures and linter 2015-09-25 20:15:55 +00:00
core docs(compiler): compiler/view related api docs 2015-09-25 23:03:24 +00:00
http refactor(http): use Observables in Http backends 2015-09-27 22:15:30 +00:00
mock refactor(compiler): cleanup and preparation for integration 2015-09-22 12:50:03 -07:00
router docs(router): improve docs for Instruction and related classes 2015-09-22 21:27:47 -07:00
test_lib feat(render): add generic view factory based on the template commands 2015-09-25 11:56:58 -07:00
tools fix(debug): make debug tools take ComponentRef 2015-09-16 18:00:28 +00:00
transform/template_compiler feat(compiler): add TemplateCompiler 2015-09-17 04:24:15 +00:00
web_workers chore(typescript): fixes dart failures and linter 2015-09-25 20:15:55 +00:00