Is it possible to use Angular Material theme for text and other HTML elements such text, header, links etc. ?
I would like to use something like following:
<h2 color="'primary'">Text to be colored</h2>
I have been searching and found this posting e.g. Get Material 2 theme color scheme/palette for other elements, but it seems to be too much and I also won't agree to use just scss
files instead of css
.
Is there an simpler way to achieve this? For instance adding extra definition for the other elements in theme.scss
?