Promise` был перезаписан - PullRequest
       17

Promise` был перезаписан

0 голосов
/ 08 октября 2019

Если я загружу свой локальный хост, приложение ничего не показывает, в консоли я получаю сообщение об ошибке

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.assertZonePatched (zone-evergreen.js:59)
    at new NgZone (core.js:39456)
    at getNgZone (core.js:40707)
    at PlatformRef.bootstrapModuleFactory (core.js:40522)
    at core.js:40603
    at exceljs.min.js:3
...