Here is my component in Angular 4:
@Component( { selector: \'input-extra-field\', template: `
I had this same error- I accidentally binded [(ngModel)] to my mat-form-field instead of the input element.
mat-form-field
input