Reactive-Extensions / rx.angular.js

AngularJS Bindings for RxJS
Other
827 stars 89 forks source link

TypeError: Cannot read property 'inherits' of undefined #155

Open Randomfinger opened 7 years ago

Randomfinger commented 7 years ago

Hi, I included angular, rxjs and no error occured. When I include rx.angular I get the following Error: Uncaught TypeError: Cannot read property 'inherits' of undefined at rx.angular.js:591 at rx.angular.js:656 at rx.angular.js:32 at rx.angular.js:34

What can I do?

paulpdaniels commented 7 years ago

Which angular and rxjs versions?

Randomfinger commented 7 years ago

angularjs/1.6.4/angular.min.js [..some directives etc.] unpkg.com/rxjs@5.4.0/bundles/Rx.min.js rx.angular.js (also tried the .min.js)

Randomfinger commented 7 years ago

I solved the problem now by replacing the Rx code to this: https://raw.githubusercontent.com/Reactive-Extensions/RxJS/master/dist/rx.all.min.js

paulpdaniels commented 7 years ago

Yes RxJS 5 is not supported by this library.