Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

refactor(devtools): enable view source for template effects#62692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
milomg wants to merge1 commit intoangular:main
base:main
Choose a base branch
Loading
frommilomg:debug-template

Conversation

milomg
Copy link
Member

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?

Issue Number: N/A

What is the new behavior?

Use inspect(class instance.constructor) to jump to the source of components when trying to inspect template effects

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Use inspect(class instance.constructor) to jump to the source ofcomponents when trying to inspect template effects
@pullapprovepullapprovebot requested a review fromcrisbetoJuly 17, 2025 20:25
@ngbotngbotbot added this to theBacklog milestoneJul 17, 2025
@milomgmilomg requested a review fromJeanMecheJuly 18, 2025 21:11
@@ -133,6 +133,7 @@ function getNodesAndEdgesFromSignalMap(signalMap: ReadonlyMap<ReactiveNode, Reac
label: consumer.debugName ?? consumer.lView?.[HOST]?.tagName?.toLowerCase?.(),
kind: consumer.kind,
epoch: consumer.version,
debuggableFn: consumer.lView?.[CONTEXT]?.constructor as (() => unknown) | undefined,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Since this isn't really obvious, can we add a comment to hint what that constructor refers to ?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@JeanMecheJeanMecheJeanMeche left review comments

@crisbetocrisbetoAwaiting requested review from crisbeto

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Projects
None yet
Milestone
Backlog
Development

Successfully merging this pull request may close these issues.

2 participants
@milomg@JeanMeche

[8]ページ先頭

©2009-2025 Movatter.jp