### <a name="getActiveInstances"></a> getActiveInstances

The getActiveInstances method returns an array with all instances (instantiated components) currently added to the DOM.

```javascript
var instances = componentManager.getActiveInstances();
```
