mat form field import statement in app.module.ts code example
Example: mat-form-field must contain a MatFormFieldControl
@NgModule({
imports: [
MatInputModule
],
exports: [
MatInputModule
]
})
@NgModule({
imports: [
MatInputModule
],
exports: [
MatInputModule
]
})