chore(http.d.ts): have http properly reexport core types

This commit is contained in:
Misko Hevery
2015-09-01 11:38:36 -07:00
parent 7c7888de4f
commit 5b8ce1e42a
2 changed files with 20 additions and 38 deletions

View File

@ -43,7 +43,6 @@ export {
RequestModesOpts
} from './src/http/enums';
export {URLSearchParams} from './src/http/url_search_params';
export {EventEmitter, Observable} from './src/core/facade/async';
/**
* Provides a basic set of injectables to use the {@link Http} service in any application.