在Angular

时间:2017-05-26 11:50:23

标签: html angular

如何解决Angular中特殊字符的打印(参见文件附件)?

在我的index.html中,我定义:

<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>LoginCCPD</title>
  <base href="/">

  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" type="image/x-icon" href="favicon.ico">
 </head>
<body>
  <app-root>Loading...</app-root>  
   </body>
</html>

enter image description here

0 个答案:

没有答案