Q.

@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.
Answer» D. Declares an output property that subscribes events that you can subscribe to with an event binding.
3k
0
Do you find this helpful?
13

View all MCQs in

Angular-JS

Discussion

No comments yet