angular/modules/http
Misko Hevery 512340e39b chore: Remove IRequestOptions / IResponseOptions
BREAKING CHANGE:

Reasons:

1) Interfaces should not start with letter ‘I’
2) Interfaces do not help with mistype properties, but literal types do.
   - https://github.com/Microsoft/TypeScript/pull/3823
   - https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#strict-object-literal-assignment-checking
2015-08-13 21:18:31 +00:00
..
src chore: Remove IRequestOptions / IResponseOptions 2015-08-13 21:18:31 +00:00
test refactor(http): move http files to top-level module 2015-08-11 22:32:17 +00:00
http.ts chore: Remove IRequestOptions / IResponseOptions 2015-08-13 21:18:31 +00:00
http_sfx.ts refactor(http): move http files to top-level module 2015-08-11 22:32:17 +00:00
index.ts refactor: rename all const to UPPER_CASE 2015-08-13 21:18:31 +00:00
package.json refactor(http): move http files to top-level module 2015-08-11 22:32:17 +00:00