joanllenas / ngx-date-fns

⏳ date-fns pipes for Angular
163 stars 14 forks source link

refactor: remove no-op imports from NgModule #343

Closed LayZeeDK closed 3 years ago

LayZeeDK commented 3 years ago

The imports option of an Angular module that doesn't declare any components, does exactly nothing, so there's no reason to include it.

This is a non-breaking change. If anything, it reduces the bundle size.

joanllenas commented 3 years ago

Thanks for looking into this @LayZeeDK !