webcat12345 / ngx-intl-tel-input

Phone number input field to support international numbers, Angular
MIT License
213 stars 335 forks source link

Decrease Bundle Size: Without AnimationsModule #423

Open maxcodefaster opened 2 years ago

maxcodefaster commented 2 years ago

The package needs the BrowserAnimationsModule. This causes a bigger bundle size. Any way to use this without the browser animations module?

image

maxcodefaster commented 2 years ago

As far as i can trace back the dependency, it is the bootstrap dropdown menu: https://github.com/valor-software/ngx-bootstrap/tree/development/src/dropdown

Would be nice to instead be dependant on bootstrap, just include the bootstrap dropdown module in this library without animations module. Would improve build size and have less dependencies. Should be doable