-3

Following is my code error is router-element is not a known element. Attached are screenshots of code:

App routing Module

enter image description here

App module

enter image description here

App compoent.ts

enter image description here

App compoent.html

enter image description here

Nimantha
  • 6,405
  • 6
  • 28
  • 69
  • 1
    You should consider pasting code instead of images. This makes it easier to see the issue and post a solution. – Ben L Jul 02 '21 at 16:03

1 Answers1

0

You should import ProductCardComponent and LoginComponent to app.module.ts and add ProductCardComponent and LoginComponent under declarations:[]