Here is my component in Angular 4:
@Component( { selector: \'input-extra-field\', template: `
I was facing this error while running Karma Unit Test cases Adding MatSelectModule in the imports fixes the issue
imports: [ HttpClientTestingModule, FormsModule, MatTableModule, MatSelectModule, NoopAnimationsModule ],