Is there a way to retrieve the CSS properties of an ElementRef element programmatically?
I attempted to access element.style
, but it returned empty properties.
Although the Renderer class offers the this.renderer.setElementStyle
method, I could not find a corresponding this.renderer.getElementStyle
method.