angular material autocomplete error for mat-form-field must conta code example
Example: mat-form-field must contain a MatFormFieldControl
@NgModule({
imports: [
MatInputModule
],
exports: [
MatInputModule
]
})
@NgModule({
imports: [
MatInputModule
],
exports: [
MatInputModule
]
})