if mat-option is an angular component then verify that it is part of this moduel code example
Example: 'mat-form-field' is not a known element
@NgModule({
imports: [
...
MatFormFieldModule,
MatInputModule,
...
]
})
@NgModule({
imports: [
...
MatFormFieldModule,
MatInputModule,
...
]
})