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
An editor (in my case IDEA 2020.2) can sometimes add src/ prefix to icon location in href. I mean
src/
href
instead of
So in this case you should remove this src/ part in href. This solved the problem for me.