angular/modules/angular2/src/http/backends
vsavkin 43f42d9c6e feat(facade): do not reexport Observable from angular2/core
BREAKING CHANGE

Before import {Observable} from 'angular2/core'

After import {Observable} from 'rxjs/Observable';
2015-12-12 19:28:13 +00:00
..
browser_jsonp.ts cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation 2015-11-24 19:29:52 +00:00
browser_xhr.ts cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation 2015-11-24 19:29:52 +00:00
jsonp_backend.ts feat(facade): do not reexport Observable from angular2/core 2015-12-12 19:28:13 +00:00
mock_backend.ts refactor(Observable): implement toPromise and fromPromise without side effects 2015-12-08 18:31:02 +00:00
xhr_backend.ts feat(facade): do not reexport Observable from angular2/core 2015-12-12 19:28:13 +00:00