App.component.html
This error can popup with different causes. The one I found involves the use of ngFor. In particular, when binding ngModel to the iteration variable:
ngFor
ngModel
This kind of pattern will trigger the same cryptic error.