Angular 2.4.5 template nested html/head/body duplicates #1035

Closed
opened 2025-08-09 17:18:37 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @Xeevis on 2/9/2017

I'm not sure if it's an issue, but when I look at static source of the page that gets prerendered on server I see structure like this

<html>
    <head>
        <title></title>
    </head>
    <body>
        <app>
            <html>
                <head>
                    <title></title>
                </head>
                <body>
                    <app></app>
                </body>
            </html>
        </app>
        <script>
    </body>
</html>

Which seems odd. Could it be bug?

*Originally created by @Xeevis on 2/9/2017* I'm not sure if it's an issue, but when I look at static source of the page that gets prerendered on server I see structure like this ``` <html> <head> <title></title> </head> <body> <app> <html> <head> <title></title> </head> <body> <app></app> </body> </html> </app> <script> </body> </html> ``` Which seems odd. Could it be bug?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1035
No description provided.