angular/goldens/public-api/core
Alex Rickabaugh be2e49639b feat(core): introduce afterRenderEffect (#57549)
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
2024-09-03 10:40:45 -07:00
..
primitives refactor(core): Remove clickmod support from Angular. (#57201) 2024-08-02 14:20:53 +00:00
rxjs-interop fix(core): rename the equality function option in toSignal (#56769) 2024-07-08 09:34:07 -07:00
testing refactor(core): Merge implementations of ComponentFixture (#57416) 2024-08-27 13:12:44 -07:00
errors.api.md refactor(core): integrate let instructions into the runtime (#56527) 2024-06-26 08:48:31 -07:00
global_utils.api.md build: update to latest dev infra code (#56128) 2024-05-28 14:42:31 +02:00
index.api.md feat(core): introduce afterRenderEffect (#57549) 2024-09-03 10:40:45 -07:00