Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Optimize imports weight
posted

Hi,

I'm currently working on a project which require only the IgxGridModule from the awesome Ignite UI for Angular library.

However, the single import of the component makes me load the 4.34 MB of the Igniteui-angular.js file on app or page load wich is quite heavy especially for the mobile users.

So my question is quite simple : "do I/we have a way to lighten this import ?"

I understand that some core parts need to be kept with IgxGridModule but gaining access to the size modularity would be an opportunity to improve performance for most of the ignite ui users