I want to make use of Angular Material Theming. I see this file, and it seems to be getting loaded
src/assets/sass/vendors/angular/material/_angular-material.scss.
How do I make use of this file? Changing themes seems not to affect the MAT colors etc.
is it possible to change mat themes for just one component? If so can you provide an example?
Thank you
Hi,
Please note that MAT theme colors must be customized according to the documentation here.
Regards.