ng_new
Generate a new Angular workspace with specified name and directory using Angular CLI. Configure paths and additional options for efficient project setup.
Instructions
Run 'ng new' to create a new Angular workspace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appRoot | No | 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'. | |
directory | No | The directory to create the workspace in | |
name | Yes | The name of the new workspace | |
options | No | Additional options for ng new |