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?

  1. ko.components.eliminate(name)
  2. ko.components.unregister(name)
  3. ko.components.remove(name)

Answer: B) ko.components.unregister(name)

Explanation:

ko.components.unregister(name), is used to remove the component from the registry.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.