I am learning angularjs 2. I am following this
<https://github.com/angular/quickstart/blob/master/index.html> git repo.
Here I got below codes in *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><script
src="systemjs.config.js"></script><script>
System.import('app').catch(function(err){ console.error(err); });</script>
Why these codes used in *index.html* ?
What are the necessitys of including these JavaScript files ?
What do they do here ?
--
You received this message because you are subscribed to the Google Groups
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.