This is the source code for the Angular framework. This guide outlines standard practices for AI agents working in this repository.
- Use
pnpmfor package management. - Use
pnpm bazel test //targetto run tests. Do not useng test, or justbazel
- Building and Testing: definitive guide for running targets.
- Coding Standards: style guide for TypeScript and other files.
- Commit Guidelines: format for commit messages and PR titles.
- Use the
ghCLI (GitHub CLI) for creating and managing pull requests. - Avoid using browser tools for PR operations when possible to maintain workflow efficiency.