fix(http): change type declarations to interfaces and export EventEmitter
This commit is contained in:
@@ -41,8 +41,9 @@ export {
|
||||
RequestCredentialsOpts,
|
||||
RequestCacheOpts,
|
||||
RequestModesOpts
|
||||
} from './src/enums';
|
||||
export {URLSearchParams} from './src/url_search_params';
|
||||
} 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.
|
||||
|
||||
Reference in New Issue
Block a user