Binding the value in a textarea Binding the value in a textarea typescript typescript

Binding the value in a textarea


@NgModule({  ...  imports: [      /* BrowserModule or CommonModule */,       FormsModule /* or RectiveFormsModule */]  ...})