ngx-tree-select
ngx-tree-select copied to clipboard
Support rxjs 6
it's currently not possible to use this component in Angular 6 since Angular is on RxJS 6
Is there any progress on this? I too am now stuck as my project needs to upgrade but I use your component.
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.
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.