ng_run
Execute custom architect targets in Angular projects using the 'ng run' command. Specify the target, app root path, and additional options to streamline development workflows.
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) |