How can I change the default favicon that is set by the Angular CLI?
I have tried many things, but it always shows the Angular logo as the favicon, even though I hav
I was struggling with this as well, thinking I was doing something wrong with Angular, but my issue ended up being Chrome caching the icon. The standard "Empty Cache and Hard Reload" or restarting the browser weren't working for me, but this post pointed me in the right direction.
This specifically worked for me:
If on windows and using chrome,
(exit chrome from taskbar
) then go toC:\Users\your_username\AppData\Local\Google\Chrome\User Data\Default
and delete the files Favicons-journal, Favicons then re-start chrome (from the taskbar,kill all instances
).
There are lots of other good suggestions in that post if this doesn't work for you.