Create size variant for Angular Material Button
In this quick tutorial, we will learn how to create a smaller variant of Angular Material Button.

Search for a command to run...
Articles tagged with #sass
In this quick tutorial, we will learn how to create a smaller variant of Angular Material Button.

Struggling with changing colors of angular material buttons? Not anymore! Read on... Let’s assume that you have added Angular Material in your project and selected a pre-built theme to use. We will create a custom-theme, which should get applied only...

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 "../typography/config" as typography; @use "../components"; $my-app-dark-primary: mat.define-palette...

This guide is written for Angular Material version 13. I am soon going to launch an article series for latest versions. Learn more Introduction It is a very common need in almost all applications to modify the components provided by 3rd party librari...

In this article, we will learn about custom themes, modifying typography and much more using new SASS mixins
