Skip to content

Commit

Permalink
docs: remove reference to client-project arguments from app-shell docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and mgechev committed Apr 24, 2020
1 parent aab41a6 commit 1b2847e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/app-shell/app-shell-long.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use this command with a routing app that is accompanied by a Universal server-si
To create an app shell, use the following command.

<code-example format="." language="bash">
ng generate app-shell --client-project my-app
ng generate app-shell my-app
</code-example>

* `my-app` is the name of your client application
Expand Down

0 comments on commit 1b2847e

Please sign in to comment.