From 8c9a236cf24054046586a3b80e3bf7378a56b596 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 6 May 2021 12:57:59 +0200 Subject: [PATCH] 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 --- aio/content/guide/app-shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/app-shell.md b/aio/content/guide/app-shell.md index b888676509..bb08066e3d 100644 --- a/aio/content/guide/app-shell.md +++ b/aio/content/guide/app-shell.md @@ -24,7 +24,7 @@ Use the CLI to automatically create the application shell. ng generate app-shell -* `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.