I have tried all options specified in the link How to change Angular CLI favicon
The image favicon is not coming.
I made my image 32*32Ppx size and replaced it in src and tried and also tried keeping it in assests.
In angular.json I modified like this
"assets": [ "src/favicon.png", "src/assets" ],
In index.html
The title is loaded as shown in the attached image.
Is there something I have to do in angular 10?
Regards,
Nagasree.