[angular2 rc1]
Is it possible to have a component like this:
export class MyComp { @Output() myEvent = new EventEmitter(false) ngOnDestroy() { t
This PR should fix this problem. It changes the behavior that ngOnDestroy() is called before the events are detached.
ngOnDestroy()
https://github.com/angular/angular/pull/9946