Skip to content

Angular Commands (/angular:)

← All command namespaces

Frontend development with Angular standalone components and signals.

Code Generation

CommandDescription
/angular:generate-component <Name>Generate standalone component with tests

Analysis Commands

CommandDescription
/angular:check-architectureValidate architecture (domain-driven, smart/dumb)
/angular:check-code-qualityRun code quality checks (signals, OnPush, RxJS)
/angular:check-complianceCheck rule compliance (standalone, modern syntax)
/angular:check-securitySecurity audit (XSS, CSRF, authentication)
/angular:check-testingTest coverage analysis (Vitest/Jest, Cypress)