Home »
MCQs »
Aurelia MCQs
Which of the following binding mode means that the value in the view model and the value in the view are always in sync?
25. Which of the following binding mode means that the value in the view model and the value in the view are always in sync?
- One-way binding
- Two-way binding
- One-time binding
Answer: B) Two-way binding
Explanation:
Two-way binding means that the value in the view model and the value in the view are always in sync.