Question from the Angular test

How to use the ngModel directive in Angular?

Hard

What is the code equivalent to the <input [(ngModel)]="userName" /> syntax?

Author: W3D TeamStatus: PublishedQuestion passed 2227 times
Edit
1
Community Evaluations
developer avatar
Meriem
04/05/2024
(ngModelChange)="userName =$event"