You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Angular template, with server-side rendering contains duplicate and tags.
There are workaround solution to strip off the code manually. Solutions given is for angular 2 (#251 and #1080 ), please suggest/give the solution for Angualr4
This is true for the pre-Angular CLI template. You can manually strip out the duplicate markup using the same sort of approach described at #1080 (comment) if it's necessary for your app.
This issue is resolved via the new Angular CLI-based templates. Closing because there's nothing else for us to do (it's fixed in the latest templates).
Angular template, with server-side rendering contains duplicate and tags.
There are workaround solution to strip off the code manually. Solutions given is for angular 2 (#251 and #1080 ), please suggest/give the solution for Angualr4
<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 App</h1></app></body></html></app>
</body>
</html>
The text was updated successfully, but these errors were encountered: