webcat12345 / ngx-intl-tel-input

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

Not able remove bootstrap css from angular.json and just add required one #403

Open kshirsagardeepika opened 3 years ago

kshirsagardeepika commented 3 years ago

I am using material theme, to use ngx-intl-tel-input bootstrap is required but due to this my whole style got messed-up. I don't want to use bootstrap other than this package.

Sorfar commented 2 years ago

I've encountered this problem today, I'm also using material (and primeng) so I really don't wanted another css lib to mess up my whole project. To resolve this, I removed the 2 bootstrap modules added by the command "ng add ngx-bootstrap" in my package.json (using npm remove) and also removed the imports automatically added to the styles.scss file.

saiidabs commented 2 years ago

@Sorfar so what did you do? get it to work cause the dropdown wont close without using bootstrap libary , i also am using primeng