From 1b2847e772cb68d0c9a708e4107f11a867ee5aef Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 24 Apr 2020 17:06:15 +0200 Subject: [PATCH] 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 --- packages/schematics/angular/app-shell/app-shell-long.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/app-shell/app-shell-long.md b/packages/schematics/angular/app-shell/app-shell-long.md index 03f97d41a1cc..dc4555b74a01 100644 --- a/packages/schematics/angular/app-shell/app-shell-long.md +++ b/packages/schematics/angular/app-shell/app-shell-long.md @@ -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. - ng generate app-shell --client-project my-app + ng generate app-shell my-app * `my-app` is the name of your client application