I am trying to get access to Handsontable instance following steps mentioned
I am getting following error.
Unhandled promise rejection Error: Zone.js has detected that ZoneAwarePromise (window|global).Promise
has been overwritten.
Most likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)
at Function.Zone.assertZonePatched (zone.js:44)
at new NgZone (core.es5.js:3973)
at PlatformRef_._bootstrapModuleFactoryWithZone (core.es5.js:4767)
at core.es5.js:4812
at run (index.umd.js:33758)
at index.umd.js:33771
at MutationObserver.flush (index.umd.js:65715)
at ZoneDelegate.invoke (zone.js:391)
at Zone.runGuarded (zone.js:154)
at MutationObserver. (zone.js:132)
Mentioned problem occur I am trying to inject HotRegisterer to component. Ref the “Set up a component” section from https://handsontable.github.io/angular-handsontable/examples/access-to-handsontable