ng2-tree
ng2-tree copied to clipboard
upgrade to angular 6 I have get the issues of rxjs 6.
I have update the my angular 5 to angular 6 app. I have get the issue. Error:- ng2-tree/src/draggable/node-draggable.service.d.ts, and node_modules/rxjs/Subject"' has no exported member 'Subject'.
How to solve rxjs 6 error.
@harleenarora
Hi,
You need to install rxjs-compat:
npm install rxjs-compat
@bolota it is resolved by your help.
Doesn't really solve the issue :)