We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c0b93 commit 6f194e7Copy full SHA for 6f194e7
docs/angular/build-options.md
@@ -19,7 +19,7 @@ See the [Standalone Migration Guide](#migrating-from-modules-to-standalone) for
19
**Benefits**
20
21
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.
+2. Avoids the use of NgModules to streamline the development experience and make your code easier to understand.
23
3. Allows developers to also use newer Angular features such as [ESBuild](https://angular.io/guide/esbuild).
24
25
**Drawbacks**
0 commit comments