Angular 4.0.0 App built by angular-cli 1.0.0 not working in IE11

前端 未结 2 1989
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-29 23:49

I try to run my virgin Angular 4 Application built by the angular-cli 1.0.0 in the Internet Explorer 11, but I have no success and I get the following error:



        
2条回答
  •  借酒劲吻你
    2020-12-30 00:22

    There is a need for a ES6 polyfill for IE 11. So you have to add a script tag for that required polyfill in order for your app to run on IE11.

    See the docs for guidance on browser support.

提交回复
热议问题