angular/packages/core/test/signals
JoostK 21b1c3b2ee fix(core): include signal debug names in their toString() representation
The `toString()` implementations in the primitives package intended to include
the debug name, yet the debug name was evaluated during construction before it
could ever have been assigned. This commit fixes that.

The Angular wrappers override the `toString()` representation to evaluate signals
ad-hoc instead of showing their internal state, and this commit aligns their
behavior to include the debug name in `toString` as well.

(cherry picked from commit b401c18674)
2026-03-11 18:28:39 +00:00
..
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
computed_spec.ts fix(core): include signal debug names in their toString() representation 2026-03-11 18:28:39 +00:00
effect_util.ts refactor(core): convert scripts within packages/core/test to relative imports (#60227) 2025-03-25 10:58:00 -07:00
glitch_free_spec.ts refactor(core): convert scripts within packages/core/test to relative imports (#60227) 2025-03-25 10:58:00 -07:00
is_signal_spec.ts refactor(core): expose isWritableSignal to the publicApi 2025-10-29 20:31:41 +00:00
linked_signal_spec.ts fix(core): include signal debug names in their toString() representation 2026-03-11 18:28:39 +00:00
non_reactive_spec.ts refactor(core): convert scripts within packages/core/test to relative imports (#60227) 2025-03-25 10:58:00 -07:00
signal_spec.ts fix(core): include signal debug names in their toString() representation 2026-03-11 18:28:39 +00:00
watch_spec.ts refactor(core): convert scripts within packages/core/test to relative imports (#60227) 2025-03-25 10:58:00 -07:00