2017-01-10 14 views
3

私はChromeで正常に動作しますが、Internet Explorerの11で、次のエラーがスロー角度2リリース(2.0.1)アプリケーションを持っている:角度2リリース(2.0.1)のInternet Explorer(SystemJS)構文エラー

Error: (SystemJS) Syntax error 
    SyntaxError: Syntax error 
     at Anonymous function (eval code:11:1) 
     at Anonymous function (eval code:1:31) 
     at eval code (eval code:1:2) 
    Evaluating http://localhost:56159/areas/dashboard/modules/app.module.js 
    Evaluating http://localhost:56159/areas/dashboard/dashboard.js 
    Error loading http://localhost:56159/areas/dashboard/dashboard.js 
    { 
     [functions]: , 
     __proto__: { }, 
     description: "(SystemJS) Syntax error 
    SyntaxError: Syntax error 
     at Anonymous function (eval code:11:1) 
     at Anonymous function (eval code:1:31) 
     at eval code (eval code:1:2) 
    Evaluating http://localhost:56159/areas/dashboard/modules/app.module.js 
    Evaluating http://localhost:56159/areas/dashboard/dashboard.js 
    Error loading http://localhost:56159/areas/dashboard/dashboard.js", 
     message: "(SystemJS) Syntax error 
    SyntaxError: Syntax error 
     at Anonymous function (eval code:11:1) 
     at Anonymous function (eval code:1:31) 
     at eval code (eval code:1:2) 
    Evaluating http://localhost:56159/areas/dashboard/modules/app.module.js 
    Evaluating http://localhost:56159/areas/dashboard/dashboard.js 
    Error loading http://localhost:56159/areas/dashboard/dashboard.js", 
     name: "Error", 
     originalErr: { }, 
     stack: "(SystemJS) Syntax error 
    SyntaxError: Syntax error 
     at Anonymous function (eval code:11:1) 
     at Anonymous function (eval code:1:31) 
     at eval code (eval code:1:2) 
    Evaluating http://localhost:56159/areas/dashboard/modules/app.module.js 
    Evaluating http://localhost:56159/areas/dashboard/dashboard.js 
    Error loading http://localhost:56159/areas/dashboard/dashboard.js" 
    } 

私のindex.htmlがあります

<script src="./node_modules/core-js/client/shim.min.js"></script> 
<script src="./node_modules/zone.js/dist/zone.js"></script> 
<script src="./node_modules/reflect-metadata/Reflect.js"></script> 
<script src="./node_modules/systemjs/dist/system.src.js"></script> 

私は別のIEシムについてのカップルの提案や記事を見てきましたが、彼らは角2

古いバージョンの任意の提案のためのもの?

答えて

0

これは私が私のAngular2 2.4.5アプリ
(もAngular2の以前のバージョンで働いていた)に使用する前REQSの順です:

node_modules/core-js/client/core.min.js (version 2.4.1)  
node_modules/reflect-metadata/Reflect.js (version 0.1.9) 
node_modules/systemjs/dist/system.src.js (version 0.19.42) 
node_modules/zone.js/dist/zone.js (version 0.7.6) 
関連する問題