Header and footer don't show
alerod620 opened this issue · 4 comments
alerod620 commented
AmitXShukla commented
Show me your header.component.ts please
alerod620 commented
AmitXShukla commented
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.
alerod620 commented
It works! Thank you! You saved me.