Crazyht / ngx-tree-select

Angular select component with tree items
https://crazyht.github.io/ngx-tree-select/
MIT License
56 stars 45 forks source link

Support rxjs 6 #150

Open pragdev opened 6 years ago

pragdev commented 6 years ago

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

grosch commented 5 years ago

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

Crazyht commented 5 years ago

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.

tillkuhn commented 5 years ago

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.