For me the issue was to set the standalone: true as below code:
@Component({ selector: 'app-header', templateUrl: './header.component.html', styleUrls: ['./header.component.css'], standalone: true })