Home »
MCQs »
KnockoutJS MCQs
Which of the following method is used to remove the component from the registry?
53. Which of the following method is used to remove the component from the registry?
- ko.components.eliminate(name)
- ko.components.unregister(name)
- ko.components.remove(name)
Answer: B) ko.components.unregister(name)
Explanation:
ko.components.unregister(name), is used to remove the component from the registry.