ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
410 stars 36 forks source link

emit is not a function on EventEmitter #156

Open helios1138 opened 8 years ago

helios1138 commented 8 years ago

Docs say that emit() should be used on @Output event emitters, however there is no such method defined on the class. Am I missing something?

reflog commented 8 years ago

you should use .next()