Angular2 too many file requests on load
问题 I\'m making a website using Angular2 and I\'m having what i suppose is an issue. On the first load of my angular page, SystemJS is making more than 500 hundred requests to retrieve every Angular2 file in angular2/src directory. In total, the first load downloads more than 4MB and it takes more than 14 seconds to start. My index.html does the following scripts includes: <script src=\"libs/angular2/bundles/angular2-polyfills.js\"></script> <script src=\"libs/systemjs/dist/system.src.js\"><