Collapse Angular 2 rc1

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:

enter image description here

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?

+4
source share
1 answer

Based on this comment in the Angular problem log, I think you will need to wait until they release the packages at some point:

http://github.com/angular/angular/issues/8412#issuecomment-216469197

" RC ()"

+3

All Articles