From fd0344aac94715aa275e3349ff4fe108f52827b0 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Tue, 26 Sep 2023 11:29:01 -0400 Subject: [PATCH] fix(angular): standalone guide formatting --- docs/angular/build-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/angular/build-options.md b/docs/angular/build-options.md index ba05435cdfb..dfabaf3f887 100644 --- a/docs/angular/build-options.md +++ b/docs/angular/build-options.md @@ -19,7 +19,7 @@ See the [Standalone Migration Guide](#migrating-from-modules-to-standalone) for **Benefits** 1. Enables treeshaking so the final build output only includes the code necessary to run your app which reduces overall build size. -2. Avoids the use of `NgModule`s to streamline the development experience and make your code easier to understand. +2. Avoids the use of NgModules to streamline the development experience and make your code easier to understand. 3. Allows developers to also use newer Angular features such as [ESBuild](https://angular.io/guide/esbuild). **Drawbacks**