Run the Angular tests once with coverage enabled and watch mode disabled: ```bash ng test --code-coverage --watch=false ``` For a workspace with multiple projects, specify the project name, for example: ```bash ng test my-app --code-coverage --watch=false ``` The command produces the coverage report under the `coverage/` directory. `--watch=false` is important for CI or a one-shot local run because the process exits after the tests complete instead of waiting for file changes.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add HoangNguyen0403/agent-skills-standard --skill angular-tooling --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Angular Tooling?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hoangnguyen0403-angular-tooling-2f62cc6d)More formats (shields.io, HTML) on the badges page.
Run the Angular tests once with coverage enabled and watch mode disabled:
```bash
ng test --code-coverage --watch=false
```
For a workspace with multiple projects, specify the project name, for example:
```bash
ng test my-app --code-coverage --watch=false
```
The command produces the coverage report under the `coverage/` directory. `--watch=false` is important for CI or a one-shot local run because the process exits after the tests complete instead of waiting for file changes.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!