Angular4 Application running issues in IE11

后端 未结 3 1814
挽巷
挽巷 2020-12-07 21:47

I am building a Angular4 project using Angular CLI (1.1.2). It runs perfectly in Chrome (Version 59.0.3071.115) and firefox(54.0.1) but when I tried to use IE11 (Verison 11.

3条回答
  •  旧巷少年郎
    2020-12-07 22:18

    The default polyfills.ts file is commented and need to uncomment lines of code and run npm install the corresponding module. Then it will compatible with the IE11

提交回复
热议问题