Skip to content

Commit aab41a6

Browse files
alan-agius4mgechev
authored andcommitted
docs: remove universal-project options reference from app-shell docs
`universal-project` has been deprecated and has no effect. See: https://github.com/angular/angular-cli/blob/493aa74019104fe029e3527b519918a0ae6febf0/packages/schematics/angular/app-shell/schema.json#L19
1 parent 20d6ad9 commit aab41a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/schematics/angular/app-shell/app-shell-long.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Use this command with a routing app that is accompanied by a Universal server-si
77
To create an app shell, use the following command.
88

99
<code-example format="." language="bash">
10-
ng generate app-shell --client-project my-app --universal-project server-app
10+
ng generate app-shell --client-project my-app
1111
</code-example>
1212

1313
* `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:
4444

4545
1. Open `dist/app-shell/index.html` in your browser.
4646

47-
The default text "app-shell works!" verifies that the app-shell route was rendered as part of the output.
47+
The default text "app-shell works!" verifies that the app-shell route was rendered as part of the output.

0 commit comments

Comments
 (0)