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
we can change angular CLI favicon icon. we have to put icon file in "assets" folder and give that path in index.html.
It's work for me.