HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ng run — Run an Architect target with an optional custom builder configuration. More information: <https://an

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandng runrunarchitectcliwithoptionaltarget

Problem

How to use the ng run command: Run an Architect target with an optional custom builder configuration. More information: <https://angular.dev/cli/run>.

Solution

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|...}}

Code Snippets

Run an Architect target using the format `project:target:configuration`

ng run {{project_name}}:{{build|serve|test|lint|...}}:{{development|production|...}}

Context

tldr-pages: common/ng run

Revisions (0)

No revisions yet.