Last active
March 20, 2018 14:03
-
-
Save alexzuza/5db6799d94fc84201853f94cf48cbb04 to your computer and use it in GitHub Desktop.
DI debug platform injector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ng.probe(getAllAngularRootElements()[0]).injector.view.root.ngModule._parent.parent._records; | |
// to see stringified value use | |
ng.probe(getAllAngularRootElements()[0]).injector.view.root.ngModule._parent.parent.toString() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment