How would you implement custom event handling in web application?
Select the correct answer from below options:
a) Through a combination of Output decorators and EventEmitters
b) Through Interpolation
c) Through output decorators only
d) Though EventEmitters only