Angular 2 and DevExpress - DevExtreme

473 views Asked by At

We are writing an angular 2 application utilising virtually all of the various components throughout the system somewhere. In development the page load times are incredibly slow as devexpress load each of the modules from a separate js file and don't provide an minified version for development.

Is there any way after running npm install I can get the devexpress package minified. Within the angular app we use systemjs so it would need to be compatible with that.

I'm new to this kind of thing so any examples would be very helpful please.

0

There are 0 answers