Skip to content

Angular Development Guidelines

Objective: Define standards for building scalable, maintainable, and performant Angular applications, covering project structure, component design, services, reactive programming, testing, and tooling.

Source File

View the full rule: .agent/rules/angular.md

Sections

    1. Project Structure
    1. Components
    1. Services & Dependency Injection
    1. Reactive Programming (RxJS)
    1. Testing & Tooling

Released under the MIT License.