import { FormsModule } from '@angular/forms'; @Component({ //... imports: [FormsModule], //... }) export class EmpComponent { name !: string; }