Get the Newsletter

eachModule

A Method

eachModule(callback: any): void

Iterate all modules loaded by the script loader.

Parameters

callback: any
A callback that will receive each module id along with the module object. Return true to end enumeration.