TypeError: Cannot read property 'inherits' of undefined
Opened this issue · 4 comments
Randomfinger commented
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
Which angular and rxjs versions?
Randomfinger commented
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
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
Yes RxJS 5 is not supported by this library.