What is the difference between EventEmitter.emit() and EventEmitter.next()? Both dispatching the event to the subscribed listeners.
EventEmitter.emit()
EventEmitter.next()
They do the same. emit() is the current version, next() is deprecated.
emit()
next()
See also https://github.com/angular/angular/blob/b5b6ece65a96f5b8f134ad4899b56bf84afe3ba0/modules/angular2/src/facade/async.dart#L49