2016-05-04 87 views
0

不工作我看到控制檯此錯誤消息: 原始異常:類型錯誤:對象不支持屬性或方法「requestAnimationFrame」角2 RC 1在IE 9

任何人看到這個?

+0

這是IE9上? –

+0

是的,node_modules/zone.js/dist/zone.min.js,node_modules/reflect-metadata/Reflect.js,node_modules/es6-shim/es6-shim.min.js在angular lib中使用它們。 –

+0

https://github.com/angular/angular/issues/6111 –

回答

0

你需要爲IE9添加一個polyfill,這是一個JS的東西。

添加到您的<head>

<script src="https://cdn.polyfill.io/v2/polyfill.js?features=requestAnimationFrame"></script>