Skip to content

Commit 1b2847e

Browse files
alan-agius4mgechev
authored andcommitted
docs: remove reference to client-project arguments from app-shell docs
This is no longer required because of https://github.com/angular/angular-cli/blob/493aa74019104fe029e3527b519918a0ae6febf0/packages/schematics/angular/app-shell/schema.json#L12
1 parent aab41a6 commit 1b2847e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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
10+
ng generate app-shell my-app
1111
</code-example>
1212

1313
* `my-app` is the name of your client application

0 commit comments

Comments
 (0)