-1

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

Image 1

Getting Result

image 2

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.

chethan
  • 42
  • 10

1 Answers1

1

Have you included your CSS file path in the index.html? There might be a similar question here: CSS is not working in my angular component

Chiara Ani
  • 918
  • 7
  • 25
Lars
  • 97
  • 7