angular/packages/core/primitives
JoostK a8f80c1f99 refactor(core): declare explicit reactive node prototypes types
These type annotations allow TS to associate the object's properties
with their corresponding declaration in the interfaces, enabling
much better code navigation. For example, "Find all implementations"
for `ReactiveNode.producerRecomputeValue` now finds the implementation
in `COMPUTED_NODE` and `LINKED_SIGNAL_NODE`.

(cherry picked from commit 1eaf92077f)
2026-03-17 13:00:15 -07:00
..
defer feat(core): support IntersectionObserver options in viewport triggers (#64130) 2025-10-09 05:32:21 -07:00
devtools refactor(core): export profile event as enum and move profile_types.ts and framework to shared devtools folder 2025-11-19 15:22:49 -08:00
di refactor(common): Removes unused imports to clean up dependencies 2025-11-06 08:35:28 -08:00
dom-navigation refactor(core): Use the provided Document value rather than global in FakeNavigation 2026-01-08 13:28:18 -08:00
event-dispatch refactor: ensure modules with 'declare global' are correctly handled by Rollup 2026-03-12 13:58:03 -07:00
signals refactor(core): declare explicit reactive node prototypes types 2026-03-17 13:00:15 -07:00