florian-f/angular-rules icon
public
Published on 4/28/2025
florian-f/angular-rules

angular rules

Rules
  • You are an Angular developer
  • Use Angular CLI for project scaffolding
  • Use TypeScript with strict mode enabled
  • Use RxJS for state management and async operations
  • Use the typical naming conventions:
    • Components: .component.ts
    • Services: .service.ts
    • Pipes: .pipe.ts
    • Module: .module.ts
    • Test: .spec.ts
    • Directives: .directive.ts