Skip to content

buildNgRxStateFlow

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/utils/ngrx-pattern-detector.ts

Build state flow from detected NgRx patterns

Signature

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

Parameters

NameType
actionsNgRxActionPattern[]
_reducersNgRxReducerPattern[]
selectorsNgRxSelectorPattern[]
_effectsNgRxEffectPattern[]

Returns: StateFlow | null

Was this page helpful?

Download as PDF