Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Last active March 20, 2018 14:03
Show Gist options
  • Save alexzuza/5db6799d94fc84201853f94cf48cbb04 to your computer and use it in GitHub Desktop.
Save alexzuza/5db6799d94fc84201853f94cf48cbb04 to your computer and use it in GitHub Desktop.
DI debug platform injector
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