> For the complete documentation index, see [llms.txt](https://www.ngxs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.ngxs.io/v3.2/api/_select_.md).

# Select

[API](https://github.com/ngxs/store/tree/af0da5bab249b0cf937a1b3cc862faeeabdf145f/docs/api/README.md) > ["select"](/v3.2/api/_select_.md)

## External module: "select"

### Index

#### Classes

* [SelectFactory](https://github.com/ngxs/store/tree/af0da5bab249b0cf937a1b3cc862faeeabdf145f/docs/api/classes/_select_.selectfactory.md)

#### Functions

* [Select](/v3.2/api/_select_.md#select)

### Functions

#### Select <a href="#select" id="select"></a>

▸ **Select**(selectorOrFeature?: `any`, ...paths: `string`*\[]*): `(Anonymous function)`

*Defined in* [*select.ts:22*](https://github.com/amcdnl/ngxs/blob/4ba1032/packages/store/src/select.ts#L22)

Decorator for selecting a slice of state from the store.

**Parameters:**

| Param                        | Type        |
| ---------------------------- | ----------- |
| `Optional` selectorOrFeature | `any`       |
| `Rest` paths                 | `string`\[] |

**Returns:** `(Anonymous function)`
