MatInputModule
Not importedimport MatInputModule
and MatFormFieldModule
inside module i.e. app.module.ts
import { MatInputModule } from '@angular/material/input';
import { MatFormFieldModule } from "@angular/material/form-field";
Be sure to add matInput
and it is case-sensitive.
<input matInput type="text" />
if angular compiler still giving error after fixing above given problems then you must try with restarting the app.
ng serve