angular/packages/core/primitives
Tom Wilkinson 9f63df9d1b 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
..
event-dispatch refactor(core): Add a new EventDispatcher class. (#55837) 2024-05-22 15:24:01 -07:00
signals refactor: migrate core/primitives to prettier formatting (#55387) 2024-04-17 15:55:32 -07:00