Steven Fewster
Steven Fewster
The most useful way to contribute might be to fork, and show proposed solutions - the difficulty being how to keep it generic enough to be useful to all projects,...
It's not a module, it's a component, and should be in the declarations array of the module you want to use it in _OR_ in a shared module (which also...
FYI - I created a new project with one page, and implemented this widget: https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Overview/Angular/Light/ I ran two tests, one using the long path, one using the short path imports....
Absolutely right - I guess if using DataGrid (Pivot too, probably) you're going to have to accept a large bundle size. DxButtonGrid came in at 858kB for main.js, and unaffected...
So I tried creating a bit of a workaround. Posting here for anyone else who may wish to use. NB usage is at developers own risk and I accept no...