feat(core): add more debug APIs to inspect the application form a bro…#7161
feat(core): add more debug APIs to inspect the application form a bro…#7161tbosch wants to merge 1 commit intoangular:masterfrom
Conversation
|
The public API change is causing Travis failures. |
There was a problem hiding this comment.
It might be nice to avoid a function which also has properties. I don't know if Dart deals with that well? What about just ng.coreTokens?
|
@tbosch Excuse me. What's |
|
@laco0416 this will return all elements where an angular application is bootstraped. I.e. all elements of root components. |
…wser Adds `window.getAllAngularRootElements()` Adds `ng.coreTokens.ApplicationRef` Adds `ng.coreTokens.Ngzone` Closes angular#7045
|
@juliemr PTAL |
|
Get in person LGTM from @juliemr |
|
@tbosch thank you. but sorry, I didn't know what root components means. does it equal to each components? |
|
Only the components that are being bootstrapped. |
|
@tbosch Thank you very much! I'll try looking for other way. |
|
Merging PR #7161 on behalf of @vsavkin to branch presubmit-vsavkin-pr-7161. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
…wser
Adds
window.getAllAngularRootElements()Adds
ng.probe.coreTokens.ApplicationRefAdds
ng.probe.coreTokens.NgzoneCloses #7045