docs: remove universal-project options reference from app-shell docs

`universal-project` has been deprecated and has no effect. See: 493aa74019/packages/schematics/angular/app-shell/schema.json (L19)
This commit is contained in:
Alan Agius 2020-04-24 09:45:39 +02:00 committed by Minko Gechev
parent 82ce6850ce
commit 073f3034a1

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 --universal-project server-app
ng generate app-shell --client-project my-app
</code-example>
* `my-app` is the name of your client application
@ -44,4 +44,4 @@ To verify the that the app has been built with the default shell content:
1. Open `dist/app-shell/index.html` in your browser.
The default text "app-shell works!" verifies that the app-shell route was rendered as part of the output.
The default text "app-shell works!" verifies that the app-shell route was rendered as part of the output.