angular/AGENTS.md
2026-02-02 10:10:41 -08:00

812 B

This is the source code for the Angular framework. This guide outlines standard practices for AI agents working in this repository.

Environment

  • Use pnpm for package management.
  • Use pnpm bazel test //target to run tests. Do not use ng test, or just bazel

Key Documentation

Pull Requests

  • Use the gh CLI (GitHub CLI) for creating and managing pull requests.
  • Avoid using browser tools for PR operations when possible to maintain workflow efficiency.