LinuxCommandLibrary

ng-run

executes an Architect target defined in angular

TLDR

Run architect target

$ ng run [project]:[target]
copy
Run with configuration
$ ng run [project]:[target]:[configuration]
copy
Run custom builder
$ ng run [project]:build:production
copy

SYNOPSIS

ng run target [options]

DESCRIPTION

ng run executes an Architect target defined in angular.json. Runs custom builders and targets not covered by standard commands. Part of Angular CLI.

PARAMETERS

project:target

Project and target to run.
project:target:configuration
With specific configuration.

SEE ALSO

ng(1), ng-build(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community