SyntaxFix
Write A Post
Hire A Developer
Questions
solved this problem in the /app/app.module.ts file
import your component and declare it
import { MyComponent } from './home-about-me/my.component'; @NgModule({ declarations: [ MyComponent, ]