Angular 2 not working with MS Edge

左心房为你撑大大i 提交于 2019-11-29 07:38:27

I fixed this issue by updating zone.js from 0.6.21 => 0.6.25, available on CDN here https://unpkg.com/zone.js@0.6.25?main=browser or from their github repository.

It was confirmed that this bug is due to Windows 10 Insider preview with Ms Edge 39.14915 specifically in method global['fetch']();

Uncomment the polyfills in the polyfills.ts file in the application, see this answer for reference Angular2 app is not working on Microsoft edge

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!