mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
|
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| computed_spec.ts | ||
| effect_util.ts | ||
| glitch_free_spec.ts | ||
| is_signal_spec.ts | ||
| linked_signal_spec.ts | ||
| non_reactive_spec.ts | ||
| signal_spec.ts | ||
| watch_spec.ts | ||