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?
Here i
constructor(elementRef:ElementRef) { elementRef.nativeElement.parentElement.... }