angular/packages/core/primitives/event-dispatch
iteriani 3d84c988cd refactor(core): Make some minor changes to facilitate testing and usage of event-dispatch. (#55411)
The change in the index is to allow the framework to add a type to the object that is passed from the contract to the dispatcher. ie

registerDispatcher(contract, (eventInfo: EventInfoWrapper) => ...).

The latter is to return the event contract so that tests can clean it up.

PR Close #55411
2024-04-23 11:05:44 -07:00
..
src refactor(core): Make some minor changes to facilitate testing and usage of event-dispatch. (#55411) 2024-04-23 11:05:44 -07:00
test refactor: migrate core/primitives to prettier formatting (#55387) 2024-04-17 15:55:32 -07:00
BUILD.bazel build: update event dispatch contract to be outputted in IIFE (#55377) 2024-04-22 11:35:48 -07:00
contract_binary.ts refactor: migrate core/primitives to prettier formatting (#55387) 2024-04-17 15:55:32 -07:00
index.ts refactor(core): Make some minor changes to facilitate testing and usage of event-dispatch. (#55411) 2024-04-23 11:05:44 -07:00
terser.config.json feat(core): Add build target for jsaction contract binary. (#55319) 2024-04-16 12:09:08 +02:00