I\'ve got the following error when launching my Angular app, even if the component is not displayed.
I have to comment out the so that my
I know this question is about Angular 2, but I am on Angular 4 and none of these answers helped.
In Angular 4 the syntax needs to be
[(ngModel)]
Hope this helps.