Angular2 IE11 Unable to get property 'apply' of undefined or null reference

后端 未结 11 1311
终归单人心
终归单人心 2020-12-07 22:41

I am getting the following error after upgrading my angular2 packages to the following versions:

  • @angular/common\": \"^2.3.1
  • @angular/compiler\": \"^
11条回答
  •  情深已故
    2020-12-07 23:10

    It seems angular-cli(v1.0.0-rc.0) has file called polyfills.ts in which you have to un-comment all required polyfills for the browsers, It works good for me with zero installation in IE-11.

提交回复
热议问题