File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ import {BrowserJsonp} from './src/http/backends/browser_jsonp';
1313import { BaseRequestOptions , RequestOptions } from './src/http/base_request_options' ;
1414import { ConnectionBackend } from './src/http/interfaces' ;
1515import { BaseResponseOptions , ResponseOptions } from './src/http/base_response_options' ;
16-
17- export { MockConnection , MockBackend } from './src/http/backends/mock_backend' ;
1816export { Request } from './src/http/static_request' ;
1917export { Response } from './src/http/static_response' ;
2018
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import {isPresent} from 'angular2/src/facade/lang';
77import { BaseException , WrappedException } from 'angular2/src/facade/exceptions' ;
88import { Subject } from 'rxjs/Subject' ;
99import { ReplaySubject } from 'rxjs/subjects/ReplaySubject' ;
10+ import 'rxjs/operators/take' ;
1011
1112/**
1213 *
You can’t perform that action at this time.
0 commit comments