webcat12345 / ngx-intl-tel-input

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

Does this specifically have to depend on ngx-bootstrap? #304

Open napei opened 4 years ago

napei commented 4 years ago

My projects use @ng-bootstrap/ng-bootstrap for everything which appears to be more popular than ngx-bootstrap (https://www.npmtrends.com/ngx-bootstrap-vs-@ng-bootstrap/ng-bootstrap). This currently is the only thing stopping me from using this package as I would need to include two packages for bootstrap functionality when really this is just a dropdown.

Is there a way this can become not reliant on just that one framework? Perhaps even makinga base package to provide the logic etc. and then UI implementations?

ghost commented 2 years ago

I have the exact same issue. Is the idea of switching from ngx-bootstrap to ng-bootstrap just dead?