Posted 21 April 2025, 7:26 am EST
In my current project we are having the angular of version 13.2.6 for which the currently installed wijmo version is “@grapecity/wijmo”: “5.20231.904” which is working fine.
As part of accessibility there are few issues observed due to which we updated the wijmo to the latest version 5.20251.34 and getting the below errors.
./src/main.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js):
Error: Cannot resolve type entity i6.WjGridModule to symbol
at C:\Project-AUDB\gfr-package-updates\aafm-audit_gfr-application\node_modules@ngtools\webpack\src\ivy\loader.js:77:18
at processTicksAndRejections (node:internal/process/task_queues:96:5)
./src/polyfills.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js):
Error: Cannot resolve type entity i6.WjGridModule to symbol
at \node_modules@ngtools\webpack\src\ivy\loader.js:77:18
:18
at processTicksAndRejections (node:internal/process/task_queues:96:5)
./src/polyfills.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js):
Error: Cannot resolve type entity i6.WjGridModule to symbol
at \node_modules@ngtools\webpack\src\ivy\loader.js:77:18
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Will the latest Wijmo Grid version matches with Angular 13.2.6, please help us to know on how to use?