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.