ng-run
executes an Architect target defined in angular
TLDR
Run architect target
$ ng run [project]:[target]
Run with configuration$ ng run [project]:[target]:[configuration]
Run custom builder$ ng run [project]:build:production
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.
