How to change Angular CLI favicon

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

    For Angular 6, put favicon.png of size 32x32 in the asset folder and change the path in index.html. Then,

    
    

提交回复
热议问题