+1 vote
in Angular Oriana by
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

1 Answer

0 votes
by

Correct Answer is :a) Through a combination of Output decorators and EventEmitters ,you implement custom event handling in web application

...