mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
`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 |
||
|---|---|---|
| .. | ||
| event-dispatch | ||
| signals | ||