Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs 是否可以在Firefox17.0.4中运行Angular 2.x-5.x_Angularjs_Angular_Firefox - Fatal编程技术网

Angularjs 是否可以在Firefox17.0.4中运行Angular 2.x-5.x

Angularjs 是否可以在Firefox17.0.4中运行Angular 2.x-5.x,angularjs,angular,firefox,Angularjs,Angular,Firefox,我们需要在产品中支持Firefox 17.0.4。我们目前有一个angular 1.6应用程序运行在纯javascript中。我们目前正在重构应用程序以包含typescript。可以在Firefox17.0.4中运行angular 2.x-5.x吗。我使用polyfills进行了两次POC,有或没有Web包节点的不同版本等。但我遇到了一些错误,如: NS_ERROR_XPC_BAD_OP_ON_WN_PROTO: Illegal operation on WrappedNative protot

我们需要在产品中支持Firefox 17.0.4。我们目前有一个angular 1.6应用程序运行在纯javascript中。我们目前正在重构应用程序以包含typescript。可以在Firefox17.0.4中运行angular 2.x-5.x吗。我使用polyfills进行了两次POC,有或没有Web包节点的不同版本等。但我遇到了一些错误,如:

NS_ERROR_XPC_BAD_OP_ON_WN_PROTO: Illegal operation on WrappedNative prototype object @ polyfills.bundle.js:1777
SyntaxError: let is a reserved identifier @ vendor.bundle.js:485
ReferenceError: Promise is not defined @ node_modules/systemjs/dist/system.src.js:217
ReferenceError: System is not defined @ systemjs.config.js:1

如果有人做了,我需要的确切设置/配置/填充物是什么?

你看了这个吗:?是的,我当然看了。好吧,我发现一篇文章与你遇到的问题相同:你能试试吗(如果你还没有的话)?:)