Following is my code error is router-element is not a known element. Attached are screenshots of code:
App routing Module
App module
App compoent.ts
App compoent.html
Following is my code error is router-element is not a known element. Attached are screenshots of code:
App routing Module
App module
App compoent.ts
App compoent.html
You should import ProductCardComponent
and LoginComponent
to app.module.ts
and add
ProductCardComponent
and LoginComponent
under declarations:[]