mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ReadyStates -> ReadyState RequestMethods -> RequestMethod ResponseTypes -> ResponseType Fixes #5574 BREAKING CHANGE: Before import {ReadyStates, RequestMethods, ResponseTypes} from 'angular2/http'; After import {ReadyState, RequestMethod, ResponseType} from 'angular2/http'; Closes #5584 |
||
|---|---|---|
| .. | ||
| jsonp_backend_spec.ts | ||
| mock_backend_spec.ts | ||
| xhr_backend_spec.ts | ||