We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab755a2 commit 0d8a95aCopy full SHA for 0d8a95a
docs/content/guide/module.ngdoc
@@ -180,7 +180,7 @@ ignored in the unit-tests.
180
181
Modules can list other modules as their dependencies. Depending on a module implies that required
182
module needs to be loaded before the requiring module is loaded. In other words the configuration
183
-blocks of the required modules execute before the configuration blocks or the requiring module.
+blocks of the required modules execute before the configuration blocks of the requiring module.
184
The same is true for the run blocks. Each module can only be loaded once, even if multiple other
185
modules require it.
186
0 commit comments