ng2-tree icon indicating copy to clipboard operation
ng2-tree copied to clipboard

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

Open harleenarora opened this issue 6 years ago • 3 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 avatar Jul 04 '18 13:07 harleenarora

@harleenarora

Hi,

You need to install rxjs-compat:

npm install rxjs-compat

bolota avatar Jul 04 '18 13:07 bolota

@bolota it is resolved by your help.

netsesame2 avatar Nov 12 '18 03:11 netsesame2

Doesn't really solve the issue :)

boban100janovski avatar Feb 05 '19 15:02 boban100janovski