diff --git a/aio/content/guide/app-shell.md b/aio/content/guide/app-shell.md index 77a14a80de97b..e6cf74f2033ce 100644 --- a/aio/content/guide/app-shell.md +++ b/aio/content/guide/app-shell.md @@ -21,11 +21,10 @@ For an existing application, you have to manually add the `RouterModule` and def Use the CLI to automatically create the app shell. -ng generate app-shell --client-project my-app --universal-project server-app +ng generate app-shell --client-project my-app -* `my-app` takes the name of your client application. -* `server-app` takes the name of the Universal (or server) application. +* `client-project` takes the name of your client application. 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.