How to change Angular CLI favicon

后端 未结 30 1591
谎友^
谎友^ 2020-12-07 16:32

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

30条回答
  •  [愿得一人]
    2020-12-07 16:49

    Deleting chromes favicon cache and restarting the browser on the mac worked for me.

    rm ~/Library/Application\ Support/Google/Chrome/Default/Favicons
    

提交回复
热议问题