This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Duplicate <html> tag in markup for angular #251
Closed
Description
For angular template, with server-side rendering enabled the resulting markup is invalid. It contains duplicate <html>
and <body>
tags.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home Page - TestAngular</title>
<base href="/" />
<link rel="stylesheet" href="/dist/vendor.css" />
<link rel="stylesheet" href="/dist/styles.css" />
</head>
<body>
<app><!DOCTYPE html><html><head><title></title></head><body><app><h1>My First Angular 2 App</h1></app></body></html></app>
<script src="/dist/vendor.js?v=ST5Wa4e5mzPX7ta66f3OtVqEjo2qferfDltnP-noHNg"></script>
<script src="/dist/main.js?v=xXJhvd8rq7SFv-t1CDTZ0d9PUS2-IRftQ4NTA_R9aqc"></script>
</body>
</html>
Metadata
Metadata
Assignees
Labels
No labels