mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Signal functions are marked with a `[SIGNAL]` symbol property, which was previously set to `true`. This commit changes the `[SIGNAL]` property to have the `ReactiveNode` as its value instead. This doesn't change the behavior of the signal library itself, but exposes the signal internals in a way where developer tooling can look at any signal and interact with its dependency graph. PR Close #49529 |
||
|---|---|---|
| .. | ||
| global | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||