Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/angular/cli/commands/new.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.

- By default, the files for a new initial application (with the same name as the workspace) are placed in the `src/` subfolder. Corresponding end-to-end tests are placed in the `e2e/` subfolder.
- By default, the files for a new initial application (with the same name as the workspace) are placed in the `src/` subfolder.

- The new application's configuration appears in the `projects` section of the `angular.json` workspace configuration file, under its project name.

Expand Down