File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/schematics/angular/app-shell Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Use this command with a routing app that is accompanied by a Universal server-si
7
7
To create an app shell, use the following command.
8
8
9
9
<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
11
11
</code-example >
12
12
13
13
* ` 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:
44
44
45
45
1 . Open ` dist/app-shell/index.html ` in your browser.
46
46
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.
You can’t perform that action at this time.
0 commit comments