Relative Content

Tag Archive for angularangular18

i cannot import FormsModule in task.component.ts file under task folder in angular 18.0.4

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.

Routing issue in nested Child

I have two component in one component.ts on the click of button i call openClientCallLogs function but routing does not work the url will create but they did’nt go to another component