mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 17:47:48 +00:00
14 lines
391 B
Plaintext
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|...}}`
|