mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
812 B
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
pnpmfor package management. - Use
pnpm bazel test //targetto run tests. Do not useng test, or justbazel
Key Documentation
- 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.
Pull Requests
- Use the
ghCLI (GitHub CLI) for creating and managing pull requests. - Avoid using browser tools for PR operations when possible to maintain workflow efficiency.