We are currently using PrimeNG version 5.2.7 in our project. Does this version officially support Angular 10? If not, are there any known issues when using PrimeNG 5.2.7 with Angular 10, such as compatibility issues with components, styling, or rendering problems? Additionally, are there any specific dependency conflicts to be aware of when using these versions together? Would upgrading to a more recent version of PrimeNG, such as PrimeNG 10.x, resolve these compatibility issues and ensure smoother integration with Angular 10?
Getting this error ERROR TypeError: p.Subject is not a constructor at new e (main.efbc8206222f51758b42.js:1:564588)
We are currently using PrimeNG version 5.2.7 in our project. Does this version officially support Angular 10? If not, are there any known issues when using PrimeNG 5.2.7 with Angular 10, such as compatibility issues with components, styling, or rendering problems? Additionally, are there any specific dependency conflicts to be aware of when using these versions together? Would upgrading to a more recent version of PrimeNG, such as PrimeNG 10.x, resolve these compatibility issues and ensure smoother integration with Angular 10?
Getting this error ERROR TypeError: p.Subject is not a constructor at new e (main.efbc8206222f51758b42.js:1:564588)
Share Improve this question edited Feb 2 at 19:30 Madhu N asked Feb 2 at 19:29 Madhu NMadhu N 112 bronze badges1 Answer
Reset to default 0Look at their github page and filtering by tags and check their package.json
.
primeng 5.2.7
Support only Angular 5.
For Angular 10 you need to upgrade to 10.0.0
.
primeng 10.0.0
Find you exact version of angular 10 and find the exact version of primeng.