I'm new to Angular (and Angular 5.x specifically), and am hoping someone can shed some light on something for me..
I'm trying to figure out how to read (not manipulate) the CSS style properties of a certain class that's applied to a known element.
For example, I've got a text element that has the "special-fancy-text" CSS class applied to it. How can I access that element's CSS class's properties to dynamically tell what font family, font size, color, or other options are currently set within it?
Thanks!