Angular 2 即使在前面的 stackflow 问题以及 GitHub 和其他网站中提到的所有更改之后,也不会在 IE 11 中加载

Angular 2 not loading in IE 11 even after making all the changes mentioned in previous stackflow questions as well as GitHub and other websites

我们正在开发 Angular 2,并且能够在除 IE 11(及更低版本)之外的所有网络浏览器上加载所有内容。完整的打字稿本身没有被加载,控制台上没有任何东西可以分析。我们尝试了以下但他们没有解决我们的问题。我们在webpack下使用了Angular 2.dot net core。请向我推荐其他适合您的选项和建议....

  1. <元 http-equiv="X-UA-Compatible" 内容="IE=edge">
  2. 取消注释 src 文件夹 polyfills.ts 文件中的 polyfills
  3. 在 tsconfig.json 文件中将目标更改为 es5

在版本中上移以处理此问题