docs: replace `client-project` in app-shell documentation (#41957)

This option no longer exists, instead we now point to the `cli/generate#app-shell-command` guide.

PR Close #41957
This commit is contained in:
Alan Agius 2021-05-06 12:57:59 +02:00 committed by Alex Rickabaugh
parent 2e96724e93
commit 8c9a236cf2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Use the CLI to automatically create the application shell.
ng generate app-shell
</code-example>
* `client-project` takes the name of your client application.
For more information about this command see [App shell command](cli/generate#app-shell-command).
After running this command you will notice that the `angular.json` configuration file has been updated to add two new targets, with a few other changes.