Skip to content
Open
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: 2 additions & 0 deletions adev/src/content/introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ In your terminal, run the CLI command `ng new` with the desired project name. In
ng new <project-name>
```

HELPFUL: `ng new` supports options to configure your new project, for example `--ssr` for server-side rendering, `--style=scss` for Sass stylesheets, or `--zoneless` to opt out of `zone.js`. See the [`ng new` reference](cli/new) for all options.

You will be presented with some configuration options for your project. Use the arrow and enter keys to navigate and select which options you desire.

If you don't have any preferences, just hit the enter key to take the default options and continue with the setup.
Expand Down
Loading