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