I have used the below html code to display the favicon icon in my Angular 2 application
<link rel="shortcut icon" type="image/x-icon" href="./images/favicon.png" />
But, it's not displaying in any browser. I have clicked in the href link and it's referring to the correct path and opening the image properly.
Please let me know whether I am missing any other thing.
Small Update: I am using the angular with webpack and just now i have seen using the sql lite manager and found that the favicon itself is not being loaded when the application started up.
my port 8425 is not there
I am not getting why its not being loaded itself