Reactive-Extensions/rx.angular.js

TypeError: Cannot read property 'inherits' of undefined

Opened this issue · 4 comments

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?

Which angular and rxjs versions?

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)

Yes RxJS 5 is not supported by this library.