angular/packages/core/primitives/event-dispatch
Thomas Nguyen 1ee9f32621 feat(core): Synchronize changes from internal JSAction codebase. (#55182)
1: Remove USE_EVENT_PATH, which has no users.

2: Create a new `EventActionInfo` object to represent actions, update all `EventInfoWrapper` users.

3: Fix `stopPropagation` behavior in JSAction Dispatcher - it should only `stopPropagation` if an action is found, which is only known during normal dispatch rather than global.

PR Close #55182
2024-04-11 17:27:39 +02:00
..
src feat(core): Synchronize changes from internal JSAction codebase. (#55182) 2024-04-11 17:27:39 +02:00
test feat(core): Synchronize changes from internal JSAction codebase. (#55182) 2024-04-11 17:27:39 +02:00
BUILD.bazel feat(core): Add event delegation library to queue up events and replay them when the application is ready (#55121) 2024-04-02 16:09:13 +00:00
index.ts feat(core): Add event delegation library to queue up events and replay them when the application is ready (#55121) 2024-04-02 16:09:13 +00:00