#angular-material
Read more stories on Hashnode
Articles with this tag
In this quick tutorial, we will learn how to create a smaller variant of Angular Material Button. · How to change size To make size changes work...
📢 It’s finally here! 🚀 A complete theming guide to Angular Material Components ✅ Typography, mixins, density, component’s themes, dark theme —...
In one of our previous articles, we saw how to lazy load a dark theme. If you haven't already, please check it...
Struggling with changing colors of angular material buttons? Not anymore! Read on... Let’s assume that you have added Angular Material in your project...
Let's say you have a theme file called dark.scss like below. // src/styles/themes/dark.scss @use "sass:map"; @use "@angular/material" as mat; @use...
In this guide, we will learn that it is possible to create custom form field controls group that can be used inside <mat-form-field>. · Introduction In...