docs: remove reference to client-project arguments from app-shell docs

This is no longer required because of 493aa74019/packages/schematics/angular/app-shell/schema.json (L12)
This commit is contained in:
Alan Agius 2020-04-24 17:06:15 +02:00 committed by Minko Gechev
parent 073f3034a1
commit 66c4e48c7f

View File

@ -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