Skip to content

docs: link to ng new reference from installation guide#68759

Open
erkamyaman wants to merge 1 commit into
angular:mainfrom
erkamyaman:docs-installation-link-to-ng-new-reference
Open

docs: link to ng new reference from installation guide#68759
erkamyaman wants to merge 1 commit into
angular:mainfrom
erkamyaman:docs-installation-link-to-ng-new-reference

Conversation

@erkamyaman
Copy link
Copy Markdown
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

The installation guide (introduction/installation.md) walks a developer through ng new <project-name> but provides no link to the ng new CLI reference. Every option the command supports is therefore undiscoverable from the install flow unless the reader thinks to dig into the tools/cli reference on their own.

What is the new behavior?

A brief HELPFUL: note is added immediately after the ng new block, calling out a few representative options (--ssr, --style=scss, --zoneless) and linking to the ng new reference for the full list.

Does this PR introduce a breaking change?

  • Yes
  • No

The installation guide walks a developer through `ng new <project-name>`
but provides no link to the `ng new` CLI reference, leaving every option
the command supports undiscoverable from the install flow. Add a brief
HELPFUL note pointing at the reference, with a few representative
options as examples.
@pullapprove pullapprove Bot requested a review from bencodezen May 16, 2026 19:29
@angular-robot angular-robot Bot added the area: docs Related to the documentation label May 16, 2026
@ngbot ngbot Bot added this to the Backlog milestone May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Related to the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant