Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 812 Bytes

File metadata and controls

17 lines (11 loc) · 812 Bytes

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.