Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/ngrx-pattern-detector.ts
Detect NgRx reducers from code
Signature
tsfunction detectNgRxReducers(content: string): NgRxReducerPattern[]
Parameters
| Name | Type |
|---|---|
content | string |
Returns: NgRxReducerPattern[]
Was this page helpful?