Hi all I am developing angular application in which if i use same HTML code inside index.html file its working as expected but if i use same HTML code inside app.component.html file i am not getting desired result.
Expected Result
Getting Result
if I use below code it's not working.
<body id="top-page">
<app-root></app-root>
</body>
but if i use HTML code inside body tag directly its working fine. Please help me find the solution.