Home »
MCQs »
KnockoutJS MCQs
Components can register using the ____ API
50. Components can register using the ____ API
- ko.components.register()
- ko.components.observable()
- ko.register()
Answer: A) ko.components.register()
Explanation:
Components can register using the ko.components.register() API.