mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| animate | ||
| compiler | ||
| core | ||
| http | ||
| mock | ||
| router | ||
| test_lib | ||
| tools | ||
| transform/template_compiler | ||
| web_workers | ||