79547876

Date: 2025-04-01 06:41:57
Score: 1
Natty:
Report link

Notice how it is just a warning, so your app wont break, it's just to help you remove unused code.

In your app.component.ts, look for the "imports" field, you will find ProductTrackingComponent inside an area there, you can simply remove it and the warning should go away.

The warning just means you have the component inside "imports" but you haven't used it in the html/template yet.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tayamba