nolancaster / angular2-actioncable

Integrate ActionCable with Angular2+
25 stars 16 forks source link

/node_modules/rxjs/Observable has no exported member 'Observable' #6

Closed ArmandoPerdomo closed 5 years ago

ArmandoPerdomo commented 5 years ago

After updating my angular project v5 up to v7

Needs to add support with rxjs 6

It will be fixed doing npm i rxjs-compat but is not the optimal solution.

nolancaster commented 5 years ago

I just published version 6.0.0 of the package which should make it rxjs 6 compatible.