From 3715ec7c3f518bf32bb682f5ce73a448ed57a037 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 1 Aug 2017 10:45:51 -0700 Subject: [PATCH] Fix typo --- .../ClientApp/app/components/home/home.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/AngularSpa/ClientApp/app/components/home/home.component.html b/templates/AngularSpa/ClientApp/app/components/home/home.component.html index 3f2c058..dcdc6f9 100644 --- a/templates/AngularSpa/ClientApp/app/components/home/home.component.html +++ b/templates/AngularSpa/ClientApp/app/components/home/home.component.html @@ -11,6 +11,6 @@
  • Client-side navigation. For example, click Counter then Back to return here.
  • Server-side prerendering. For faster initial loading and improved SEO, your Angular app is prerendered on the server. The resulting HTML is then transferred to the browser where a client-side copy of the app takes over.
  • Webpack dev middleware. In development mode, there's no need to run the webpack build tool. Your client-side resources are dynamically built on demand. Updates are available as soon as you modify any file.
  • -
  • Hot module replacement. In development mode, you don't even need to reload the page after making most changes. Within seconds of saving changes to files, your Angular app will be rebuilt and a new instance injected is into the page.
  • +
  • Hot module replacement. In development mode, you don't even need to reload the page after making most changes. Within seconds of saving changes to files, your Angular app will be rebuilt and a new instance injected into the page.
  • Efficient production builds. In production mode, development-time features are disabled, and the webpack build tool produces minified static CSS and JavaScript files.