1. If 'app-field-errors' is an Angular component and it has 'formField' input, then verify that it is part of this module. code example
Example: 'mat-form-field' is not a known element
@NgModule({
imports: [
...
MatFormFieldModule,
MatInputModule,
...
]
})