What is wrong here? I\'m trying to make it work but I get that error in the header. I have included the in the app
app
I faced the same error and I discovered the reason. The reason was two commas ,, in any array (for example: imports property) like this.
imports
@NgModule({ imports: [ CommonModule, FormsModule,, ]})