angular-spa
Installation
SKILL.md
Iron Law
NO ANGULAR CODE WITHOUT READING reference/angular-conventions.md FIRST — conventions, folder structure, and daisyUI token rules are all there
STYLE LAW: Strictly follow https://angular.dev/style-guide for ALL naming, file structure, and code organization. See reference/angular-conventions.md for the quick reference.
ANIMATION LAW: Use @angular/animations for ALL interactive animations. Never raw CSS transitions on stateful elements. See reference/angular-animations.md.
Angular 21.x SPA Development Skill
Tech Stack: Angular 21+, TailwindCSS 4.x, daisyUI 5.5.5
Conventions & Structure
For code conventions, styling rules, design principles, key patterns, folder structure, and common commands, read
reference/angular-conventions.md
Documentation Sources
Before generating code, consult these sources for current syntax and APIs: