Angular 2 / 4 / 5 not working in IE11

后端 未结 22 2279
野的像风
野的像风 2020-11-22 11:07

I am trying to figure out why my angular 2 app is stuck on showing Loading... when running in IE 11.

Following someone\'s suggestion, I\'ve tried this plunker, poste

22条回答
  •  耶瑟儿~
    2020-11-22 11:57

    I ran into this issue today. I found an solution on GitHub that does not require going to a later version of the beta.

    Add the following script to your html:

    
    

    This resolved the problem for me. For more details, you can follow the github issue here: https://github.com/angular/angular/issues/7144

提交回复
热议问题