While following the Angular2 quickstart tutorial on Angular.io, I noticed that it was making 50 separate requests, which left me wondering why.
https://i.sstatic.net/bqMk8.png
Is there a way to consolidate all these requests into one? My goal is to have a maximum of 8 bundles.
This is how it currently appears, as I simply copied the code from this GitHub repository: