Unhandled Promise rejection:Object doesn't support property or method 'apply'; Zone:<root>; Task:Promise.then; Value:TypeError: Object doesn't support property or method 'apply'undefined Error: Uncaught (in promise): TypeError: Object doesn't support property or method 'apply'
1. 安裝套件
安裝 angular2-ie9-shims 套件,指令如下:
1
npm install --save angular2-ie9-shims
雖然套件名稱是 angular2,但 Angular 4 也適用此套件。
2. 載入套件
把 angular2-ie9-shims 插入在載入之前,由於只要在 IE9 以下版本載入此套件,所以可以透過 HTML 的 Conditional Comments 載入: