Skip to content

Commit

Permalink
docs: remove universal-project options reference 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 20d6ad9 commit aab41a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 --universal-project server-app
ng generate app-shell --client-project my-app
</code-example>

* `my-app` is the name of your client application
Expand Down Expand Up @@ -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.

0 comments on commit aab41a6

Please sign in to comment.