CirclonGroup / angular-tree-component

A simple yet powerful tree component for Angular (>=2)
https://angular2-tree.readme.io/docs
MIT License
1.1k stars 492 forks source link

MobX upgrade to 3.0.2 needed to be able to work with ng9 #765

Closed LanderBeeuwsaert closed 4 years ago

LanderBeeuwsaert commented 5 years ago

Angular 9.0 will/is removing Renderer. MobX has released an upgrade 3.0.2 to remove their dependency on Renderer. So Angular tree component will have to import the new package to be able to be used with ng 9 I suppose.

Best regards

elvisbegovic commented 5 years ago

duplicate of https://github.com/500tech/angular-tree-component/issues/762