mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
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:
parent
82ce6850ce
commit
073f3034a1
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user