AmitXShukla/Online-Shop-eCommerce-App-Angular-6-Firebase

Header and footer don't show

alerod620 opened this issue · 4 comments

Hi, I followed the steps of the videos, but when I execute 'ng serve' the header and footer don't show.
(1)
(2)
(3)
(4)

Show me your header.component.ts please

Here it is.
Captura de pantalla de 2020-04-13 23-40-39

Got it.
See error is very clear.

Your typescript file says, you selector is
app-header
and you are including
header
In your app.component.html

Instead of header, type app-header

And same is true for footer.

It works! Thank you! You saved me.