我的代码运行顺利,但在添加反应表单验证后,它在构建项目时在浏览器上显示以下内容。
**Index.html file**
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Angular Routing</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></app-root>
</body>
</html>
我确信我的代码没有错误。但是,我不知道如何解决它。有没有人可以帮助我找出我的问题并解决它?