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
77To 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
45451 . 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.
You can’t perform that action at this time.
0 commit comments