Skip to content

Commit 04f31cc

Browse files
erkamyamanleonsenft
authored andcommitted
docs: link to ng new reference from installation guide
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. Link `ng new` in the prose to the reference page so options are one click away.
1 parent 3b8503f commit 04f31cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adev/src/content/introduction/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you are having issues running this command in Windows or Unix, check out the
6262

6363
#### Create a new project
6464

65-
In your terminal, run the CLI command `ng new` with the desired project name. In the following examples, we'll be using the example project name of `my-first-angular-app`.
65+
In your terminal, run the CLI command [`ng new`](cli/new) with the desired project name. In the following examples, we'll be using the example project name of `my-first-angular-app`.
6666

6767
```shell
6868
ng new <project-name>

0 commit comments

Comments
 (0)