-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng2-select not working after upgrade to Angular 8 #983
Comments
Hi, I am merging two apps Angular 5 and Angular 8. I added the modules from the Angular 5 app into the Angular 8 app. The Angular 5 app was using ng2-select. Those select components still function in Angular 8.1. I'm having css issues, but the components are working. You might want to confirm that you are importing the SelectModule from ng2-select in your relevant module. |
|
thumbs up emoji |
same problem here |
I would bet this has something to do with fullTemplateTypeCheck being turned on, not so much Angular 8 |
Setting |
ng2-select is not supported in angular version 12.please provide alternet solution or how to resolve this problem. |
Hi
I have upgraded the angular version from 2 to 8 in my project. The ng2-select has stopped working after the upgrade and it just hangs the page once I access the component where ng2-select is used. I have even tried ng2-select-compat, but I am getting the same issue. Can you please help me on this?
Thanks
The text was updated successfully, but these errors were encountered: