We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0441dea commit 1a543b0Copy full SHA for 1a543b0
src/rx.ts
@@ -1 +1,3 @@
1
-export * from './observable/observable';
+import {Observable} from './observable/observable';
2
+//TODO: remove this hack once we have a better global bundling solution
3
+(<any>window).Observable = Observable;
0 commit comments