angular/packages/core/primitives/event-dispatch/test
Tom Wilkinson 3773f406ac refactor(core): Remove ActionResolver code from EventContract (#56723)
Now that all `Dispatcher` implementations use `ActionResolver`, `EventContract` no longer needs to. Additionally, all a11y click support has been removed. `EventContract` will not specifically listen for `keydown` automatically, as all `EventContract` instances already have `keydown` listeners. This removes the need for the `A11Y_CLICK_SUPPORT` define, which will be removed in a future PR.

PR Close #56723
2024-06-27 18:27:44 +00: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 ActionResolver code from EventContract (#56723) 2024-06-27 18:27:44 +00: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): Remove ActionResolver code from EventContract (#56723) 2024-06-27 18:27:44 +00:00
html.ts refactor: migrate core/primitives to prettier formatting (#55387) 2024-04-17 15:55:32 -07:00