mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
612 B
612 B
Creates and initializes a new Angular app that is the default project for a new workspace.
Provides interactive prompts for optional configuration, such as adding routing support. All prompts can safely be allowed to default.
-
The new workspace folder is given the specified project name, and contains configuration files at the top level.
-
The new app files are placed in the
src/
subfolder. A corresponding end-to-end test app is placed in thee2e/
subfolder. -
The new app's configuration appears in the
projects
section of theangular.json
workspace configuration file, under its project name.