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