X Tutup
Skip to content

fix(debug): make debug tools take ComponentRef#4203

Closed
harryterkelsen wants to merge 1 commit intoangular:masterfrom
harryterkelsen:enable-debug
Closed

fix(debug): make debug tools take ComponentRef#4203
harryterkelsen wants to merge 1 commit intoangular:masterfrom
harryterkelsen:enable-debug

Conversation

@harryterkelsen
Copy link
Copy Markdown
Contributor

The debug tools used to take ApplicationRefs, which are the old return
type of bootstrap. Now bootstrap returns ComponentRef, so the debug
tools should be updated.

Fixes #4202

The debug tools used to take ApplicationRefs, which are the old return
type of bootstrap. Now bootstrap returns ComponentRef, so the debug
tools should be updated.
@alxhub alxhub added pr_state: LGTM action: merge The PR is ready for merge by the caretaker labels Sep 16, 2015
@mary-poppins
Copy link
Copy Markdown

User @alxhub does not have PR merging privileges.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Sep 16, 2015
@alxhub alxhub added the action: merge The PR is ready for merge by the caretaker label Sep 16, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #4203 on behalf of @alxhub to branch presubmit-alxhub-pr-4203.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Sep 16, 2015
@mhevery mhevery closed this in 70586b6 Sep 16, 2015
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

enableDebugTools no longer works with result of bootstrap

4 participants

X Tutup