kondi0 / ng4-intl-phone

An internation phone prefix selector for Angular 4
MIT License
20 stars 64 forks source link

Flags are not showing #44

Closed ayushi-idexcel closed 2 years ago

ayushi-idexcel commented 4 years ago

http://res.cloudinary.com/dvbuhh0bl/image/upload/v1495279723/flags_boi3c5.png ==>> by using ng4-intl-phone as package we are not getting a flag icon

sohaieb commented 4 years ago

I really agree with you

willyguevara commented 4 years ago

Im having the same issue too, it seems that the resource file doesn't exists anymore.

https://res.cloudinary.com/dvbuhh0bl/image/upload/v1495279723/flags_boi3c5.png

Ali-Alzantot commented 4 years ago

same with me

andre-gois commented 4 years ago

A quick and dirty solution: I found the image on google images: flags_boi3c5

Add the file to your assets folder, then add this to your global css file to override the package rule: .flagInput .flag { background-image: url('/[your path]/flags_boi3c5.jpeg') !important; }

kondi0 commented 2 years ago

Sorry guys, I was away for a while. Fixed with angular 14 version