我在 index.html 中设置了<meta charset="utf-8">
我将\ File \ File Encoding中的每个受影响的html文件设置为UTF-8并保存。
而不是在分布式文件( main.bundle.js 和 main>中跟随字符áÁÉíÍÓÖÖúúüűűŰ。 bundle.js.map )我发现以下ÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÃÅ°当然没有出现了预期的结果。
的index.html
<!doctype html>
<html>
<head>
<base href="/">
<meta charset="utf-8">
<title>Klw</title>
<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>
welcome.component.html
<div>
<br>
<br>
<h4 id="welcome_msg" class="text-center"><p class="text-primary">Welcome to á Á é É í Í ó Ó ö Ö ú Ú ü Ü ű Ű 's webpage!</p></h4>
</div>