kuhnroyal / mat-datetimepicker

Material datetimepicker for @angular/material
MIT License
153 stars 84 forks source link

Convert @angular/material imports to make them tree shakable #44

Closed thienedits closed 4 years ago

thienedits commented 6 years ago

Please look at the material2 issue and specifically the comment from the link below:

https://github.com/angular/material2/issues/4137#issuecomment-336590835

kuhnroyal commented 5 years ago

I am not seeing any difference in the bundle size of the sample app. Tree-shaking works either way but I guess it doesn't hurt. bundle_after

bbortt commented 4 years ago

This is a "must have" withing angular/v8+, I think. was partially done in #73 . will take a look at and merge #57 anyways.