Angular 2 and DevExpress
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.
链接地址: http://www.djcxy.com/p/31020.html上一篇: 用自定义单元格颜色的jqGrid
下一篇: Angular 2和DevExpress