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
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@ All prompts can safely be allowed to default.
11
11
12
12
- Subsequent applications that you generate in the workspace reside in the `projects/` subfolder.
13
13
14
-
If you plan to have multiple applications in the workspace, you can create an empty workspace by setting the `--createApplication` option to false.
14
+
If you plan to have multiple applications in the workspace, you can create an empty workspace by setting the `--create-application` option to false.
15
15
You can then use `ng generate application` to create an initial application.
16
16
This allows a workspace name different from the initial app name, and ensures that all applications reside in the `/projects` subfolder, matching the structure of the configuration file.
0 commit comments