From aab41a68dcaa2c66460c6e8c9aec12cb9996ab73 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 24 Apr 2020 09:45:39 +0200 Subject: [PATCH] docs: remove `universal-project` options reference from app-shell docs `universal-project` has been deprecated and has no effect. See: https://github.com/angular/angular-cli/blob/493aa74019104fe029e3527b519918a0ae6febf0/packages/schematics/angular/app-shell/schema.json#L19 --- packages/schematics/angular/app-shell/app-shell-long.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/schematics/angular/app-shell/app-shell-long.md b/packages/schematics/angular/app-shell/app-shell-long.md index 260a3ce6da1e..03f97d41a1cc 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 --universal-project server-app + ng generate app-shell --client-project my-app * `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: 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. \ No newline at end of file +The default text "app-shell works!" verifies that the app-shell route was rendered as part of the output.