Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/ngrx-pattern-detector.ts
Build state flow from detected NgRx patterns
Signature
tsfunction 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
Was this page helpful?