From 52a9e7a54dcfbb41faedc2114b161e8b9b5b63be Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Thu, 26 Apr 2018 16:27:54 +0100 Subject: [PATCH] Remove obsolete reference in Angular template home. Fixes #470 --- .../Angular-CSharp/ClientApp/src/app/home/home.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.html b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.html index a0973e55e4..f74c2e7845 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.html +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/ClientApp/src/app/home/home.component.html @@ -12,4 +12,3 @@
  • Efficient production builds. In production mode, development-time features are disabled, and your dotnet publish configuration automatically invokes ng build to produce minified, ahead-of-time compiled JavaScript files.
  • The ClientApp subdirectory is a standard Angular CLI application. If you open a command prompt in that directory, you can run any ng command (e.g., ng test), or use npm to install extra packages into it.

    -

    If you want to enable server-side prerendering, see the steps in Startup.cs.