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?
source share