A

Admin • 828.70K Points
Coach

Q. What is the correct syntax for an Angular event binding?

  • (A) (click)="handleClick()"
  • (B) [click]="handleClick()"
  • (C) {click}="handleClick()"
  • (D) #click="handleClick()"
  • Correct Answer - Option(A)
  • Views: 16
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin
Parentheses denote event binding in templates.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.