i cannot import FormsModule in task.component.ts file under task folder .Due to unable to solve error as “Can’t bind to ‘ngModel’ since it isn’t a known property of ‘input’.ngtsc(-998002)” .My code is
<input type=”text” class=”form-control” [(ngModel)]=”newTask.description”>
in task.component.html file.Pls help to resolve this error.