Skip to content

refactor(devtools): move ContainerType, DebugSignalGraphNode, Descrip…#69160

Open
csmick wants to merge 1 commit into
angular:mainfrom
csmick:debug-signal-graph-node-primitives
Open

refactor(devtools): move ContainerType, DebugSignalGraphNode, Descrip…#69160
csmick wants to merge 1 commit into
angular:mainfrom
csmick:debug-signal-graph-node-primitives

Conversation

@csmick
Copy link
Copy Markdown
Contributor

@csmick csmick commented Jun 4, 2026

…tor, and PropType to primitives

DebugSignalGraphNode is the return type of the ng global getSignalGraph function. It will be used by Client-Only Wiz and other frameworks that implement getSignalGraph. Movig it to primitives allows those frameworks to import and reference the type.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

These types are in devtools.

Issue Number: N/A

What is the new behavior?

The types have been moved to primitives.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@csmick csmick requested a review from dgp1130 June 4, 2026 19:24
@pullapprove pullapprove Bot requested a review from atscott June 4, 2026 19:24
@angular-robot angular-robot Bot added area: devtools requires: TGP This PR requires a passing TGP before merging is allowed labels Jun 4, 2026
@ngbot ngbot Bot modified the milestone: Backlog Jun 4, 2026
…tor, and PropType to primitives

`DebugSignalGraphNode` is the return type of the `ng` global `getSignalGraph` function. It will be used by Client-Only Wiz and other frameworks that implement `getSignalGraph`. Movig it to primitives allows those frameworks to import and reference the type.
@csmick csmick force-pushed the debug-signal-graph-node-primitives branch from b5424b0 to 53caf41 Compare June 4, 2026 22:57
@csmick csmick added the target: rc This PR is targeted for the next release-candidate label Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: devtools requires: TGP This PR requires a passing TGP before merging is allowed target: rc This PR is targeted for the next release-candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant