# Module

[API](https://github.com/ngxs/store/tree/af0da5bab249b0cf937a1b3cc862faeeabdf145f/docs/api/README.md) > ["module"](https://www.ngxs.io/v3.2/api/_module_)

## External module: "module"

### Index

#### Classes

* [NgxsFeatureModule](https://github.com/ngxs/store/tree/af0da5bab249b0cf937a1b3cc862faeeabdf145f/docs/api/classes/_module_.ngxsfeaturemodule.md)
* [NgxsModule](https://github.com/ngxs/store/tree/af0da5bab249b0cf937a1b3cc862faeeabdf145f/docs/api/classes/_module_.ngxsmodule.md)
* [NgxsRootModule](https://github.com/ngxs/store/tree/af0da5bab249b0cf937a1b3cc862faeeabdf145f/docs/api/classes/_module_.ngxsrootmodule.md)

#### Type aliases

* [ModuleOptions](#moduleoptions)

#### Variables

* [ROOT\_OPTIONS](#root_options)

#### Functions

* [ngxsConfigFactory](#ngxsconfigfactory)

### Type aliases

#### ModuleOptions <a href="#moduleoptions" id="moduleoptions"></a>

**ΤModuleOptions**: `Partial`*<*[*NgxsConfig*](https://github.com/ngxs/store/tree/af0da5bab249b0cf937a1b3cc862faeeabdf145f/docs/api/classes/_symbols_.ngxsconfig.md)*>*

*Defined in* [*module.ts:92*](https://github.com/amcdnl/ngxs/blob/4ba1032/packages/store/src/module.ts#L92)

### Variables

#### `<Const>` ROOT\_OPTIONS <a href="#root_options" id="root_options"></a>

**● ROOT\_OPTIONS**: `InjectionToken`*<*`Object`*>* = new InjectionToken('ROOT\_OPTIONS')

*Defined in* [*module.ts:99*](https://github.com/amcdnl/ngxs/blob/4ba1032/packages/store/src/module.ts#L99)

### Functions

#### ngxsConfigFactory <a href="#ngxsconfigfactory" id="ngxsconfigfactory"></a>

▸ **ngxsConfigFactory**(options: [*ModuleOptions*](#moduleoptions)): [NgxsConfig](https://github.com/ngxs/store/tree/af0da5bab249b0cf937a1b3cc862faeeabdf145f/docs/api/classes/_symbols_.ngxsconfig.md)

*Defined in* [*module.ts:94*](https://github.com/amcdnl/ngxs/blob/4ba1032/packages/store/src/module.ts#L94)

**Parameters:**

| Param   | Type                            |
| ------- | ------------------------------- |
| options | [ModuleOptions](#moduleoptions) |

**Returns:** [NgxsConfig](https://github.com/ngxs/store/tree/af0da5bab249b0cf937a1b3cc862faeeabdf145f/docs/api/classes/_symbols_.ngxsconfig.md)
