Custom theming in Angular Material
Angular material comes with a few pre-built themes, such as the well-known indigo / pink color combination, which can be referenced simply by loading predefined .css files that are part of the Material library, e.g. indigo-pink.css. Custom themes using predefined…
Read more