diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index 76ef4bb935..0bdbef63e4 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -328,7 +328,7 @@ them on demand.
Don't eagerly import something from a lazy-loaded module
-If you mean to lazy-load a module, be careful not import it +If you mean to lazy-load a module, be careful not to import it in a file that's eagerly loaded when the app starts (such as the root `AppModule`). If you do that, the module will be loaded immediately.