Solved

@Output() MyEvent = New EventEmitter();

Question 6

Multiple Choice

@Output() myEvent = new EventEmitter() ;


A) Declares an output property that fires events that you cannot subscribe to with an event binding.
B) Declares an output property that fires events that you can subscribe to with an event binding.
C) Declares an output property that overrides events that you can subscribe to with an event binding.
D) Declares an output property that subscribes events that you can subscribe to with an event binding.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions