Thanks to visit codestin.com Credit goes to github.com
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 cd8b78e commit 19a324cCopy full SHA for 19a324c
src/loader.js
@@ -215,8 +215,8 @@ function setupModuleLoader(window) {
215
* @param {Function} initializationFn Execute this function after injector creation.
216
* Useful for application initialization.
217
* @description
218
- * Use this method to register work which needs to be performed when the injector with
219
- * with the current module is finished loading.
+ * Use this method to register work which should be performed when the injector is done
+ * loading all modules.
220
*/
221
run: function(block) {
222
runBlocks.push(block);
0 commit comments