Как импортировать metat utf-8 неявно? - PullRequest
0 голосов
/ 10 апреля 2020

в моем индексе. html, меня попросили неявно импортировать metat utf-8

это мой индекс. html

<!DOCTYPE html>
<html lang="fr">
<head>

    <base href="/">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <link rel="shortcut icon" href="assets/img/favicon.png" type="image/png">
    <title>Projet</title>
    <link rel="shortcut icon" type="image/png">
    <link type="text/html" href="/node_modules/primeicons/primeicons.css"/> 
</head>
<body ><app-root></app-root>
</body></html>
...