-5
我正在學習angularjs 2.我正在關注this git回購。我在這裏得到index.html以下的代碼。學習Angularjs 2
<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>
<script src="systemjs.config.js"></script>
<script>
System.import('app').catch(function(err){ console.error(err); });
</script>
爲什麼的index.html使用這些代碼?包含這些JavaScript文件的必要性是什麼?
這在[Angular2(https://angular.io/docs/ts/latest/記錄)的官方文件。我建議你通過他們。 – abhishekkannojia
感謝@abhishekkannojia的評論。我閱讀Angular2文檔,但無法獲得足夠的信息。 –
在發佈這個問題之前,你可以做更多的研究。此外,您可以花更多精力爲您的問題選擇正確的標題。 – Benjamin