top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are Event Emitters and how it works in Angular 2.0?

0 votes
359 views
What are Event Emitters and how it works in Angular 2.0?
posted Dec 4, 2017 by Jdk

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

EventEmitter is a class in angular framework. It has emit() method that emits custom events. ... Using emit() method of EventEmitter class we emits Employee object to parent component in custom event binding as follows.

answer Apr 30, 2018 by Kuldeep Apte
...