Handsontable build issues with angular wrapper

Tags: #<Tag:0x00007efc6542b4c8>

Hi,

I am using angular wrapper for Handsontable.
Below is the package.json

@handsontable/angular”: “^5.1.0”,
“handsontable”: “^7.4.2”,

and tsconfig.json is “target”: “es2015” which means Differential Loading is enabled.

Build with ng build , it was throwing below error.

An unhandled exception occurred: Call retries were exceeded

Please help to solve this issue.

Regards,
Naveen

Hey @nav2jaiswal

I have just created a new CLI project using the same versions

image

but the target should be

“target”: “es5”,

the module is set to

"module": "es2015",

Hm… Actually it works with both of them on my implementation. I will update the https://github.com/handsontable/angular-handsontable/issues/198