Aleksander Bodurri
Aleksander Bodurri
This commit contains the changes to core/primitives that used to be in https://github.com/angular/angular/pull/57073 but were [moved for g3sync](https://github.com/angular/angular/pull/57073#pullrequestreview-2283691431)
Implements a compiler transform that attempts to statically analyze variable names and apply them to usages of signal functions like signal, computed, effect, etc as debug names. Related: #57074 Depends...
Depends on #57073 Creates a debug api that returns an array of nodes and edges that represent a signal graph in the context of a particular injector.
Blocked by #57710 Angular DevTools is working on developing signal debugging support. This commit is a step in the direction of making available debug information to the framework that will...
This would enable debug APIs to determine the kind of a signal given a node for #57074