angular-material-m3
Installation
SKILL.md
Angular Material 22 · Material Design 3
Sources: https://material.angular.dev · https://m3.material.io
1. Theming Setup
The mat.theme() Mixin
The single entry point for M3 theming. It outputs all --mat-sys-* CSS custom properties that
drive component appearance. Call it once on html:
@use '@angular/material' as mat;