Home »
MCQs »
Aurelia MCQs
Which of the following method is used to connect data from a view model to a view?
18. Which of the following method is used to connect data from a view model to a view?
- Attached
- Bind
- Unbind
- Connect
Answer: B) Bind
Explanation:
The bind method is used to connect/bind data from a view model to a view.