EventEmitter is a ________ defined in @angular/core module to emit custom events.
Question from Angular 2 Routes. Select the correct answer from below options:
a) Module
b) Method
c) Class
d) Service
Correct answer is :--c) Class
EventEmitter is a Class defined in @angular/core module to emit custom events.