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

Online eCommerce Store app in Angular 11.0 & Firebase
MIT License
100 stars 80 forks source link

Header and footer don't show #7

Closed alerod620 closed 4 years ago

alerod620 commented 4 years ago

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)

AmitXShukla commented 4 years ago

Show me your header.component.ts please

alerod620 commented 4 years ago

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

AmitXShukla commented 4 years ago

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 4 years ago

It works! Thank you! You saved me.