Multiple Choice
Angular framework provides event binding using in-built event as well as custom event. Custom events are the EventEmitter instances. To create a custom event we need to create an instance of EventEmitter annotated by . . . . . . .
A) @Input()
B) @Get()
C) @Output()
D) @Set()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: If the data obtained from the model
Q8: First the HTML document is loaded into
Q9: . . . . . . .
Q10: AngularJS 1.0 was released in 2013.<br>A)True<br>B)False<br>C)none<br>D)all
Q11: Calling . . . . . .
Q13: Event binding can be defined . .
Q14: EventEmitter class is used by directives and
Q15: The . . . . . .
Q16: EventEmitter class acts both as an observer
Q17: Scope act as glue between controller and