I want to access the public properties of the parent of the parent of the child component or in general of any ancestor component?
I found the solution for accessing properties of parent component but not for direct accessing any given ancestor in the hierarchy.
I noticed that some other framework provides direct access to the dom tree, can we have something like that into the angular for accessing component tree?