mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
37b921dcde
A unit test has been added to check that `EventEmitter` properly completes upon component/directive destrouction when used with `outputToObservable`. It explains why `destroyRef` has to be injected in `EventEmitter` in the first place. PR Close #58239