angular-material-19
Installation
SKILL.md
When to Use
- Using Angular Material 19 components
- Creating custom form controls with signal-based patterns
- Implementing Material 3 theming with CSS variables
- Setting up dark/light mode switching
- Using CDK features (2D Drag & Drop, Overlay, A11y)
- Working with the new timepicker component
Reference files (loaded on demand):
- timepicker.md — Timepicker usage, intervals, validation
- theming.md — M3 theming, dark mode, override mixins, theme service
- cdk-patterns.md — 2D drag-drop, tab reorder, overlay, selection
- custom-controls.md — ControlValueAccessor, MatFormFieldControl with signals
Angular Material 19 Key Changes
Related skills