I recently stumbled upon Angular -Material . However, it seems that theme files are not automatically included in the base angular -material.css file.
Therefore, I have to manually include each color theme that I would like to use ...
If anyone has experience with this, you know if this is a mistake or it is intentional.
Here is a link to the code I'm using. When the page is launched, all elements of the progress cycle that have the md theme applied to them, which are not the default, are not loaded. CSS files located in the angular -material / themes / folder are not loaded automatically.
HTML Gist
source
share