ng_run
Execute custom architect targets in Angular applications by specifying a target and appRoot. Supports additional options to tailor the run command for specific build or development tasks.
Instructions
Run 'ng run' to execute a custom architect target
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appRoot | Yes | The absolute path to the first folder in the 'path' property. For example, if 'path' is 'webui/src/app/modules/alerts', then 'appRoot' should be the absolute path to 'webui'. | |
options | No | Additional options for ng run | |
target | Yes | The target to run (e.g., app:build:production) |