我的 Angular 4 应用程序在应用程序加载时在 IE11 中崩溃。
这是我得到的错误:
以下是异常链接带我进入IE调试器的地方:
为什么会发生这种情况的任何想法?
IE版: 11.0.9600.19003
Angular版本: 4.3.6
答案 0 :(得分:1)
因为IE不支持" For_of"
转到polyfill.ts
取消评论所有" import" /** IE9, IE10 and IE11 requires all of the following polyfills. **/
和/** IE10 and IE11 ....*/
npm install --save classlist.js
npm install --save web-animations-js