Aurelia's ____ feature allows you to manage event handlers at a higher level of the DOM structure rather than creating separate handlers for each component

41. Aurelia's ____ feature allows you to manage event handlers at a higher level of the DOM structure rather than creating separate handlers for each component.

  1. Event Trigger
  2. Event Aggregator
  3. Event delegation

Answer: C) Event delegation

Explanation:

Aurelia's Event Delegation feature allows you to manage event handlers at a higher level of the DOM structure rather than creating separate handlers for each component.

Comments and Discussions!

Load comments ↻






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