Files
cheatsheet-tldr/tldr/ng-run
2026-02-03 00:28:14 +00:00

14 lines
391 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ng run
> Run an Architect target with an optional custom builder configuration.
> More information: <https://angular.dev/cli/run>.
- Run an Architect target using the format `project:target:configuration`:
`ng run {{project_name}}:{{build|serve|test|lint|...}}:{{development|production|...}}`