Angular Material

Angular Material and CDK conventions - import only the component modules a standalone component uses (no shared barrel), theme through the M3 mat.theme API and its CSS custom properties rather than hand-edited .mat-* rules, reach for CDK primitives before rolling your own, and test through the official harnesses, not DOM queries on internals. Targets @angular/material 17+. Load when building UI with @angular/material or @angular/cdk. Companions: angular-conventions, typescript, angular-styling. This is the @angular/material library specifically, not generic Material Design 3 or @material/web. Skip for PrimeNG, Spartan UI, Ionic, or apps not using Angular Material.

envoydev 166f976 2 files · 9.3 KB Updated

File contents

envoydev/claude-stack/tree/main/stack/skills/angular-material commit 166f976555

Frequently asked questions

npx skillmds@latest add envoydev/angular-material