这是用于自定义图标的代码
原文链接:https://www.f2er.com/angularjs/142461.html<link rel="shortcut icon" sizes="16x16" href="favicon-16x16.png" type="image/png" />
在angular.cli中
"assets": [ "assets","favicon-16x16.png" ],
>它适用于此URL(主菜单):http:// localhost:4200 / maintenance
>但它不适用于此URL(子菜单):http:// localhost:4200 / maintenance / colors
编辑:
Also it’s not working with full favicon URL
href="../src/favicon-16x16.png"
文件夹结构:
我尝试过从我的旧问题中提取所有类型的URL:Different between ./,../,../../,~/ on file path(URL) in asp.net
但它对我没有帮助.