I am developing a django web application using Angular 2. With the new Angular 2 RC1 (I used beta), now my application download looks like this:

322 queries just load a simple list
Since I am developing a django test server, performance is low, so it takes 16 seconds (or more) to satisfy all requests.
I am not an Angular expert, so I ask: is there a way to unify / minimize / remove all these JavaScript files?
source
share