0 votes
in Angular by

How do you emit the output event?

1. by adding a pipe after each type

2. by using the delete property that you decorated with the output decorator

3. by brokering data to and from the view

4. by putting it on the component class

1 Answer

0 votes
by
Correct answer is :- by using the delete property that you decorated with the output decorator
...