angular/packages/core/primitives/event-dispatch/test
Tom Wilkinson fdd59c49fe refactor(core): Add a new EventDispatcher class. (#55837)
`EventDispatcher` emulates the browser's event dispatch (mostly).
It supports:
 - Bubbling and `stopPropagation`/`stopImmediatePropagation`.
 - `currentTarget` during dispatch.
 - Throwing errors for `preventDefault` if the event is being dispatched
   in replay.
 - Throwing errors for `composedPath()` if event is being dispatched in
   replay.

PR Close #55837
2024-05-22 15:24:01 -07:00
..
BUILD.bazel feat(core): Synchronize changes from internal JSAction codebase. (#55182) 2024-04-11 17:27:39 +02:00
dispatcher_test.ts refactor(core): Remove legacy_dispatcher.ts which is no longer needed. (#55784) 2024-05-20 23:36:51 -07:00
event_dispatcher_test.ts refactor(core): Add a new EventDispatcher class. (#55837) 2024-05-22 15:24:01 -07:00
event_test.ts refactor: migrate core/primitives to prettier formatting (#55387) 2024-04-17 15:55:32 -07:00
eventcontract_test.ts refactor(core): Add a bit to EventInfo to mark resolution. (#55864) 2024-05-21 12:20:48 -07:00
html.ts refactor: migrate core/primitives to prettier formatting (#55387) 2024-04-17 15:55:32 -07:00