.agent/rules/agents.md
This is the source code for the Angular framework. This guide outlines standard practices for AI agents working in this repository.
pnpm for package management.pnpm bazel test //target to run tests.fixture.detectChanges() to manually trigger updates.await fixture.whenStable() to allow the framework to process the scheduled update.useAutoTick() (from packages/private/testing/src/utils.ts) to fast-forward time via the mock clock.it('...', async () => { ... })) along with:
await timeout(ms) (from packages/private/testing/src/utils.ts) to wait a specific number of milliseconds.await fixture.whenStable() to wait for framework stability.gh CLI (GitHub CLI) for creating and managing pull requests.