McqMate
| 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. | |
View all MCQs in
Angular-JSNo comments yet