Skip to content

Commit 6f194e7

Browse files
committed
fix(angular): standalone guide formatting (#3152)
1 parent 91c0b93 commit 6f194e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular/build-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See the [Standalone Migration Guide](#migrating-from-modules-to-standalone) for
1919
**Benefits**
2020

2121
1. Enables treeshaking so the final build output only includes the code necessary to run your app which reduces overall build size.
22-
2. Avoids the use of `NgModule`s to streamline the development experience and make your code easier to understand.
22+
2. Avoids the use of NgModules to streamline the development experience and make your code easier to understand.
2323
3. Allows developers to also use newer Angular features such as [ESBuild](https://angular.io/guide/esbuild).
2424

2525
**Drawbacks**

0 commit comments

Comments
 (0)