I am developing a web application with Angular 6. I have an Ag-grid enterprise edition. Ag-grid documentation says, that we have to import all ag-grid-angular, ag-grid-community, and ag-grid-enterprise to work with Ag-grid enterprise.
After compiling, the total main bundle size crosses 1.5 MB. In that ag-grid-community is 694KB and ag-grid-enterprise is 230 KB:
Is this the normal behavior of Ag-grid?
I am using Ag-grid version 19.0.0 and the following command for building:
ng build --prod --aot --build-optimizer --vendor-chunk=true