SyntaxFix
Write A Post
Hire A Developer
Questions
In my case, the module containing the component using the *ngFor resulting in this error, was not included in the app.module.ts. Including it there in the imports array resolved the issue for me.