Angular Commands (/angular:)
Frontend development with Angular standalone components and signals.
Code Generation
| Command | Description |
|---|---|
/angular:generate-component <Name> | Generate standalone component with tests |
Analysis Commands
| Command | Description |
|---|---|
/angular:check-architecture | Validate architecture (domain-driven, smart/dumb) |
/angular:check-code-quality | Run code quality checks (signals, OnPush, RxJS) |
/angular:check-compliance | Check rule compliance (standalone, modern syntax) |
/angular:check-security | Security audit (XSS, CSRF, authentication) |
/angular:check-testing | Test coverage analysis (Vitest/Jest, Cypress) |