Skip to content

Commit

Permalink
Merge pull request #531 from teambition/fix/observable-throw
Browse files Browse the repository at this point in the history
fix(rxjs): 补充引入被遗漏的 `observable/throw` 操作符
  • Loading branch information
chuan6 authored Aug 22, 2018
2 parents 4c23de3 + e0a13c5 commit 17a37a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Net/Http.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'rxjs/add/observable/throw'
import 'rxjs/add/observable/dom/ajax'
import 'rxjs/add/observable/empty'
import 'rxjs/add/operator/catch'
Expand Down
1 change: 1 addition & 0 deletions src/Net/Pagination.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'rxjs/add/observable/throw'
import 'rxjs/add/operator/startWith'
import 'rxjs/add/operator/withLatestFrom'
import { Observable } from 'rxjs/Observable'
Expand Down
1 change: 1 addition & 0 deletions src/SDKFetch.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'rxjs/add/observable/defer'
import 'rxjs/add/observable/throw'
import 'rxjs/add/operator/catch'
import 'rxjs/add/operator/map'
import 'rxjs/add/operator/publishReplay'
Expand Down

0 comments on commit 17a37a3

Please sign in to comment.