Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

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

Open
ivanhdzd opened this issue Mar 9, 2020 · 3 comments
Open

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

ivanhdzd opened this issue Mar 9, 2020 · 3 comments

Comments

@ivanhdzd
Copy link

ivanhdzd commented Mar 9, 2020

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
Copy link

Yorer commented Mar 24, 2020

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
Copy link

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
Copy link

Jash286 commented Sep 21, 2023

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?.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants