Home »
MCQs »
Aurelia MCQs
A component's view and view model are connected using ____ in Aurelia, which allows for automatic view updates whenever the model data changes
7. A component's view and view model are connected using ____ in Aurelia, which allows for automatic view updates whenever the model data changes.
- Router
- Injection
- Modules
- Data binding
Answer: D) Data binding
Explanation:
A component's view and view model are connected using data binding in Aurelia, which allows for automatic view updates whenever the model data changes.