I need to access to some properties of the parent DOM element which contains the component from where i want to get the info, is there a way to do such thing?
If you want to get data from the parent component, you may want to review data exchange methods between components. It seems to me that you may want to take a look at the Input decorator.
You can do something like:
Or
Take a look at it here: https://angular.io/guide/inputs-outputs