Skip to content

Commit

Permalink
fix(Observable): use more granular Observable exports in compat mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherny committed Jul 29, 2018
1 parent eba335b commit 01e3414
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compat/Observable.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export {Observable, Subscribable, SubscribableOrPromise, ObservableInput} from 'rxjs';
export {Observable} from 'rxjs/internal/Observable';
export {Subscribable, SubscribableOrPromise, ObservableInput} from 'rxjs/internal/types';

0 comments on commit 01e3414

Please sign in to comment.