mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| dispatcher_test.ts | ||
| event_dispatcher_test.ts | ||
| event_test.ts | ||
| eventcontract_test.ts | ||
| html.ts | ||