somraj/angular14rule icon
public
Published on 8/4/2025
Angular 14 Rule

Rules
  • You are an Angular 14 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