mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Implement the `afterRenderEffect` primitive, which creates effect(s) that run as part of Angular's `afterRender` sequence. `afterRenderEffect` is a useful primitive for expressing DOM operations in a declarative, reactive way. The API itself mirrors `afterRender` and `afterNextRender` with one big difference: values are propagated from phase to phase as signals instead of as plain values. As a result, later phases may not need to execute if the values returned by earlier phases do not change. PR Close #57549 |
||
|---|---|---|
| .. | ||
| primitives | ||
| rxjs-interop | ||
| testing | ||
| errors.api.md | ||
| global_utils.api.md | ||
| index.api.md | ||