Skip to content

Commit

Permalink
docs: fix a grammatical error in lazy-loading-ngmodules guide (#42008)
Browse files Browse the repository at this point in the history
PR Close #42008
  • Loading branch information
Sliqric7053 authored and alxhub committed May 10, 2021
1 parent cffba6f commit 388f405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/lazy-loading-ngmodules.md
Expand Up @@ -106,7 +106,7 @@ The import path is the relative path to the module.

In Angular version 8, the string syntax for the `loadChildren` route specification [was deprecated](https://angular.io/guide/deprecations#loadchildren-string-syntax) in favor of the `import()` syntax. However, you can opt into using string-based lazy loading (`loadChildren: './path/to/module#Module'`) by including the lazy-loaded routes in your `tsconfig` file, which includes the lazy-loaded files in the compilation.

By default the CLI will generate projects which stricter file inclusions intended to be used with the `import()` syntax.
By default the CLI will generate projects with stricter file inclusions intended to be used with the `import()` syntax.

</div>

Expand Down

0 comments on commit 388f405

Please sign in to comment.