-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Using @angular/router-deprecated instead of @angular/router is causing issues in several components #374
Comments
same problem with autocomplete which is what i really need in my current project. |
A quick fix (temporary solution) is to provide also deprecated router:
|
Same issue. Please upgrade to RC1 and remove |
Experienced the same issue, workaround from joe380 did solve the problem for the moment. |
Same issue. However, I'm using Contextmenu so when I right click, the position for menu seems to be off. It's open a bit far right and bottom. Like If I right click on first row 5th column, it open up in 2nd row and far right (see image below). |
+1. Mixing the use of the deprecated router with the current one (used by my apps outside of PrimeNG) is really not a fun problem to deal with. |
After the new update to v.1.0.0-beta.7 (#388) , this issue is resolved. |
Closing as tomorrow's beta9 even use the new new new router of RC3. |
Audit report: Update to show compliance framework and controls, remov…
Components which are going to have problems:
Is there a way to used these components with new @angular/router?
The text was updated successfully, but these errors were encountered: