Is Angular 13.2.6 compatible with Latest Wijmo 5.20251.34

Posted by: afroz.mohammed on 21 April 2025, 7:26 am EST

    • Post Options:
    • Link

    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?

  • Posted 22 April 2025, 3:13 am EST

    Hi Afroz,

    Wijmo no longer provides support for Angular versions earlier than 14, starting from Wijmo build 5.20231.890-rc. This change is due to Angular requiring TypeScript 4.8 and up. While Wijmo itself can function with TypeScript 3.2, Wijmo’s Angular modules must now require TypeScript 4.8 to support the latest Angular releases.

    If you want to use our latest Wijmo build with an older version of Angular, you can do so by utilizing our legacy packages instead of the Angular2 packages. To access these legacy packages, please add ‘wijmo.angular2legacy.all’ to your package.json file. You can refer to the attached sample for it’s implementation, we have used the legacy packages in the sample.

    Please note that, you’ll have to update the import statements for the imported Wijmo modules. Remove the ‘.angular’, ‘node_modules’ folder, and ‘package.lock.json’ file from your project and re-install the packages after making the necessary updates.

    If you still face any issues, please let us know.

    Regards

    angular13_flexgrid_app.zip

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels