mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This is the first step towards combining `EarlyEventContract` and `EventContract`. It contains a few refactors, such as making names more consistent. The goal of this refactor is to remove the `EarlyEventContract` class altogether, as well as `EventContract`. To install the early event contract with the default events in early script tag, users will call: `bootstrapGlobalEarlyEventContract()` And for boostraping: `registerGlobalDispatcher(dispatcher)` PR Close #56900 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| dom_utils.ts | ||
| event_replay_spec.ts | ||
| hydration_spec.ts | ||
| integration_spec.ts | ||
| transfer_state_spec.ts | ||