Update 2 It appears that there is a bug in my Angular 2 application. You can view the issue here: https://github.com/angular/angular/issues/9359
Whenever I refresh the page, my very simple Angular 2 application loads hundreds of JS/HTML/CSS files.
Is there a way to load a single bundled file instead of all these individual files? It's taking up too much time...
https://i.sstatic.net/b00Ac.png
Update:
Most of the traffic seems to be coming from rxjs. How can I utilize rxjs.min.js to reduce loading times?