Skip to content Skip to sidebar Skip to footer

ZoneAwarePromise Overwritten When Adding Handsontable To Angular-CLI Scripts

I'd like to add the Handsontable library to my Angular project. Using angular-cli, I added Handsontable to the scripts section of .angular-cli.json: 'scripts': [ '../node_module

Solution 1:

I had same issue, i've moved "import 'zone.js/dist/zone'" from "polyfill.ts" into "main.ts"


Solution 2:

Please update to the newest version of zone.js, the error will just gone.


Post a Comment for "ZoneAwarePromise Overwritten When Adding Handsontable To Angular-CLI Scripts"