mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b5fc949840
It appears that the intent is to return an unlisten function when `on` is called. The message bus implementations indicate that. However, the `MessageBus` abstract class returns `void` instead. Change to `on: () => void`. PR Close #62898