# buildNgRxStateFlow

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/ngrx-pattern-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/ngrx-pattern-detector.ts#L582)

Build state flow from detected NgRx patterns

## Signature

```ts
function buildNgRxStateFlow(actions: NgRxActionPattern[], _reducers: NgRxReducerPattern[], selectors: NgRxSelectorPattern[], _effects: NgRxEffectPattern[]): StateFlow | null
```

## Parameters

| Name | Type |
|---|---|
| `actions` | `NgRxActionPattern[]` |
| `_reducers` | `NgRxReducerPattern[]` |
| `selectors` | `NgRxSelectorPattern[]` |
| `_effects` | `NgRxEffectPattern[]` |

**Returns:** `StateFlow | null`
