ngrx / platform

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

Remove effects/concatLatestFrom docs #4356

Closed timdeschryver closed 1 month ago

timdeschryver commented 1 month ago

Information

The content of https://ngrx.io/guide/effects/operators#concatlatestfrom can be removed. The new location can be found at https://ngrx.io/api/operators/concatLatestFrom.

Ideally we also add a note on the new page that refers to the pre-18 documentation at https://v17.ngrx.io/guide/effects/operators#concatlatestfrom.

Documentation page

https://ngrx.io/guide/effects/operators

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

va-stefanek commented 1 month ago

The given link - https://v17.ngrx.io/guide/effects/operators#concatlatestfrom is not working.

timdeschryver commented 1 month ago

The given link - https://v17.ngrx.io/guide/effects/operators#concatlatestfrom is not working.

We have to setup the v17 docs first in order for it to work.

brandonroberts commented 1 month ago

The link now works correctly https://v17.ngrx.io/guide/effects/operators#concatlatestfrom

timdeschryver commented 1 month ago

Thanks @brandonroberts !