A

Admin • 833K Points
Coach

Q. How do you implement two-way data binding in Angular?

  • (A) [value] and (input)
  • (B) [()] syntax known as banana in a box
  • (C) Using only [value]
  • (D) Using only (input)
  • Correct Answer - Option(B)
  • Views: 32
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin

Two-way binding uses [(ngModel)] syntax combining property and event binding.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.