Skip to content

Commit 3f75564

Browse files
bchernybenlesh
authored andcommitted
fix(Observable): use more granular Observable exports in compat mode (#3974)
1 parent a518b00 commit 3f75564

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compat/Observable.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
export {Observable, Subscribable, SubscribableOrPromise, ObservableInput} from 'rxjs';
1+
export {Observable} from 'rxjs/internal/Observable';
2+
export {Subscribable, SubscribableOrPromise, ObservableInput} from 'rxjs/internal/types';

0 commit comments

Comments
 (0)