How to change Angular CLI favicon

后端 未结 30 1661
谎友^
谎友^ 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:44

    Make sure when you use icon image it is not manipulated extension, like if you download a png image and then manually change its extension from png to icon. In this case, your image will be corrupted. And browser does not understand.

    I did this mistake, but after using original icon image its start working.

提交回复
热议问题