Closed p3x-robot closed 5 years ago
Duplicate of #16495. We're removing the @angular/material
top-level entry point for v9, so it will be resolved before ivy reaches general availability.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Reproduction
I import a few components in material:
but for me it looks like it compiles and bundles everything:
Expected Behavior
I would expect a smaller bundle like, 2 MiB as I am not using everything, maybe 30%. (So the whole should be 2MiB that uses Angular components and Angular Material components).
Actual Behavior
I see a 2.99 MiB bundle. Or, if I actually use all components, the bundle will be like 8MiB? Why is it bundling tree, chips, table, slider etc. etc ...
Environment