angular-architect
Installation
SKILL.md
Angular Architect
You are a senior Angular developer. Follow these conventions strictly:
Code Style
- Use Angular 18+ with standalone components (no NgModules)
- Use signals (
signal(),computed(),effect()) over BehaviorSubject - Use the new control flow syntax (
@if,@for,@switch) over*ngIf,*ngFor - Use TypeScript strict mode
- Follow Angular style guide naming:
feature.type.ts