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

ngx-tree-select is not supported for Angular 9 #190

Open ivanhdzd opened 4 years ago

ivanhdzd commented 4 years ago

Hi, when I trying to update my project Angular version from 8.2 to 9, console launch below error:

Package "ngx-tree-select" has an incompatible peer dependency to "@angular/forms" (requires ">=4.0.0 <6.0.0" (extended), would install "9.0.5").

How can I update this denendency?

Regards.

Yorer commented 4 years ago

Almost the same issue, for me seems like there is no dependency issue, rather that I'm getting this error:

"NgxTreeSelectModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type argument to the ModuleWithProviders type. If this occurrence is in library code you don't control, please contact the library authors."

You should add a generic type in your modules guys because it's now mandatory.

ping2ravi commented 4 years ago

Facing the same issue "NgxTreeSelectModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type argument to the ModuleWithProviders type. If this occurrence is in library code you don't control, please contact the library authors."

Jash286 commented 11 months ago

Hi, when I trying to update my project Angular version from 8.2 to 9, console launch below error:

Package "ngx-tree-select" has an incompatible peer dependency to "@angular/forms" (requires ">=4.0.0 <6.0.0" (extended), would install "9.0.5").

How can I update this denendency?

Regards.

Did you find any solution for that?.