angular/devtools/projects/protocol/src
hawkgs b5fc949840 fix(devtools): MessageBus.on return type (#62898)
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
2025-07-31 09:16:15 +00:00
..
lib fix(devtools): MessageBus.on return type (#62898) 2025-07-31 09:16:15 +00:00
public-api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00