Angular Material Best Practices Angular Material and CDK rules for component usage, theming, and testing. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links - Core Skill: angular-best-practices - Browse All Skills - GitHub Repository When to Apply - Importing and configuring Material components - Setting up M3 theming with design tokens - Using CDK utilities for overlays, drag-and-drop, or virtual scrolling - Writing tests for Material components Rules | Rule | Impact | Description | |------|--------|-------------| | Import Material Modules Selectively |…