mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
JSAction script is inlined into the HTML by the build process to avoid extra blocking request. The script looks like this: ``` <script type="text/javascript" id="ng-event-dispatch-contract">...</script> ``` This commit updates the logic to remove JSAction if event replay feature is disabled or if there are no events to replay. PR Close #55428 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| dom_utils.ts | ||
| event_replay_spec.ts | ||
| hydration_spec.ts | ||
| integration_spec.ts | ||
| transfer_state_spec.ts | ||