What is Equivalent of -
angular.element(element).scope()
In Angular 2.0?
At Many places i have used this to get scope variable in Angular 1.x Application is there any equivalent for this in Angular 2?
If Not
How can i Remove this dependency as my code have lot of dynamic Elements, And if i map this to Angular 2, For Each Element Component Will be initialized. This Component Can have n level child and I need to access nth level child component from Parent.