angular/packages/core/primitives
Pawel Kozlowski dd407a7132 refactor(core): expose producerMarkClean utility (#58228)
This commit exposes the new producerMarkClean utility that
makes it possible to mark a reactive node as clean following
changes to the node's value. In practice it resets the dirty
flag and all other internal flags as need. Prior to this change
the cleanup code was duplicated.

The new utility will be used in the linkedSignal implementation.

PR Close #58228
2024-10-17 18:09:16 +00:00
..
event-dispatch refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
signals refactor(core): expose producerMarkClean utility (#58228) 2024-10-17 18:09:16 +00:00