You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/angular/cli/commands/new.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All prompts can safely be allowed to default.
5
5
6
6
- The new workspace folder is given the specified project name, and contains configuration files at the top level.
7
7
8
-
- 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.
8
+
- By default, the files for a new initial application (with the same name as the workspace) are placed in the `src/` subfolder.
9
9
10
10
- The new application's configuration appears in the `projects` section of the `angular.json` workspace configuration file, under its project name.
0 commit comments