Hi Support,
I'm still facing this issue.
I tried using Angular 12.1 and 12.2, with Node.Js 14.17.6 and Syncfusion packages 19.1 and 19.2.
I've also tried deleting package-lock.json, cleaning npm cache (npm cache clean --force) and deleting node_modules directory but the issue persists.
One thing I noticed is that syncfusion packages include Angular 11, as can be seen in package-lock.json
"node_modules/@syncfusion/ej2-angular-buttons/node_modules/@angular/common": {
"version": "11.2.13",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-11.2.13.tgz",
"integrity": "sha512-96iZ4wlZado78yG6eY/ZmY6+H2X2hJi2XsK7iXKzc5h3oeILEkt+ulfBNkCNjMm8xPYBmLrSBueG96/T4/Bi5w==",
"peer": true,
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": "11.2.13",
"rxjs": "^6.5.3"
}
},
"node_modules/@syncfusion/ej2-angular-buttons/node_modules/@angular/compiler": {
"version": "11.2.13",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-11.2.13.tgz",
"integrity": "sha512-HI7gfVozFW/rQoab0zVyYpU8PRHNWMk+pLc+q3ukVuByCmnBZ6kTAEQX2jnXVY8QGMmdptBgrsW/OsFaws98Zw==",
"peer": true,
"dependencies": {
"tslib": "^2.0.0"
}
},
"node_modules/@syncfusion/ej2-angular-buttons/node_modules/@angular/core": {
"version": "11.2.13",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-11.2.13.tgz",
"integrity": "sha512-xMKskq/Sbf8dkX/vx4WCwXMpDTJJ77rGlP8fVTB8az8QeOa14i6AdpmSXaJ8sl68R3v8Y1Pa9yBQytbKuxShqQ==",
"peer": true,
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"rxjs": "^6.5.3",
"zone.js": "^0.10.2 || ^0.11.3"
}
},
Are there any plans to upgrade Syncfusion to include Angular 12?
"dependencies": {
"@angular/animations": "~12.1.0",
"@angular/common": "~12.1.0",
"@angular/compiler": "~12.1.0",
"@angular/core": "~12.1.0",
"@angular/forms": "~12.1.0",
"@angular/platform-browser": "~12.1.0",
"@angular/platform-browser-dynamic": "~12.1.0",
"@angular/router": "~12.1.0",
"@syncfusion/ej2-angular-buttons": "^19.2.55",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
|
Hi Gayathri,
The dependencies shown in your screenshot are your project dependencies, not Syncfusion components ones.
I downloaded your sample project and, after running npm install, I checked in package-lock.json and found the following:
As you can see, when we install Syncfusion components, they still install Angular 11 as dependency:
So, my question remains: when will this dependency be updated to Angular 12?
Thanks and regards,
Marco.
Thanks for the reply, guys!
Best regards,
Marco.
Unfortunately the new Volume 3 release does not solve this issue. There are the same peer dependencies, -11
Unfortunately the sample zip file above does not compile either
Hi Gayathri,
as written in the linked Feedback-issue v19.3.0.43 is not compatible with Angular 12. The dependencies of Syncfusion still is Angular 11.1.1
Unfortunately this issue is not resolved and blocks me from updating to Angular
"compilerOptions": {
...
"paths": { "@angular/*": [./node_modules/@angular/*] }
} |
Hi Gayatri,
I can confirm the the new update 19.3.44 resolves the issue.
Regards,
Michael