1.

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()
Answer» B. @Get()


Discussion

No Comment Found