默认角度图标不会改变

时间:2017-11-27 11:05:52

标签: angular favicon

我删除了angular的默认src / favicon.ico并放了我的 这是我的visual studio代码的截图。

enter image description here

这是我的index.html

<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>Analyst</title>
  <link rel="manifest" href="assets/manifest.json">
  <base href="/">

  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" type="image/x-icon" href="favicon.ico">
  <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
  <app-root>Loading...</app-root>
</body>
<script src="https://apis.google.com/js/platform.js?onload=apiLoaded" async defer></script>
  <!-- Google Analytics: change UA-71073175-1 to be your site's ID -->
  <script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-35188202-2', 'auto');
  ga('send', 'pageview');
  </script>
</html>

但我仍然在浏览器中看到默认的角度图标

0 个答案:

没有答案