Solved

Angular Framework Provides Event Binding Using In-Built Event as Well

Question 12

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:

verifed

Verified

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

Related Questions