e-cloud/ngx-tree

Do you have plan to update to angular 6?

benoitbzl opened this issue ยท 4 comments

The last version seems to work with angular 6, but when the package is installed, warnings are displayed:

npm WARN @e-cloud/ngx-tree@0.7.1 requires a peer of @angular/core@^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @e-cloud/ngx-tree@0.7.1 requires a peer of @angular/animations@^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @e-cloud/ngx-tree@0.7.1 requires a peer of @angular/common@^4.0.0 || ^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @e-cloud/ngx-tree@0.7.1 requires a peer of rxjs@^5.5.0 but none is installed. You must install peer dependencies yourself.

Is there a plan to upgrade the package to be fully supported on angular 6?

I'm surprised somebody is using this lib. ๐Ÿ˜„

Upgrade would be easy. May be in the next few days.

Thanks! Your lib is simpler to understand and possibly to change compared to the original one as your removed mobx ๐Ÿ˜‰
And it does not exhibit an issue that we had in some corner cases.

@benoitbzl ngx-tree has been upgraded to v0.8.0, supports Angular 6 & rxjs 6

closing as resolved and inactive