ngrx / platform

Reactive State for Angular
https://ngrx.io
Other
7.96k stars 1.95k forks source link

Add JSDoc for `mapResponse` operator #4336

Closed markostanimirovic closed 2 months ago

markostanimirovic commented 2 months ago

Information

Add JSDoc including description and usage notes for the mapResponse operator.

It should be done in the same format as JSDoc for tapResponse: https://github.com/ngrx/platform/blob/main/modules/operators/src/tap-response.ts#L20

Documentation page

No response

I would be willing to submit a PR to fix this issue

rainerhahnekamp commented 2 months ago

I have provided a PR. What about JSDoc for the Signal Store?