valor-software / ng2-tree

Angular tree component

Home Page:http://valor-software.com/ng2-tree/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upgrade to angular 6 I have get the issues of rxjs 6.

harleenarora opened this issue · comments

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 :)