Angular - Template-Driven Forms
Which of the following is the correct way to bind an input element's value to a component property named
email using Angular's ngModel directive?email using Angular's ngModel directive?[(ngModel)] for two-way binding.<input [(ngModel)]="email"> binds the input's value to the email property.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions