ngx-tree-select icon indicating copy to clipboard operation
ngx-tree-select copied to clipboard

Support rxjs 6

Open pragdev opened this issue 6 years ago • 3 comments

it's currently not possible to use this component in Angular 6 since Angular is on RxJS 6

pragdev avatar Jun 08 '18 10:06 pragdev

Is there any progress on this? I too am now stuck as my project needs to upgrade but I use your component.

grosch avatar Sep 06 '18 20:09 grosch

Hi,

Sorry for delay, but I have health problem this year :( And so have also lot of work on my job too. You have try with rx-compat ?

If you have time, PR are welcome, but I think angular and rx 6 have better handling if project is migrated under angular cli / ng packager.

Crazyht avatar Sep 06 '18 20:09 Crazyht

I also came across this issue using Angular 6.1 (import of rxjs/Subject failed) and after yarn add rxjs-compat I could run the component.

tillkuhn avatar Oct 31 '18 09:10 tillkuhn