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