Is there an Angular 2 equivalent for 'angular.element ($ 0) .scope ()'

So, for my sins, I am working on an Angular 2 project. I use angular.element($0).scope() all the time at my old Angular 1 job to check the element and see what is in scope at this point of dev tools. This is super useful, is there something similar in Angular 2?

+5
source share
2 answers

Have you tried using Auguri? Link: https://github.com/rangle/augury

+2
source

All Articles