I am reading about selectors on the ngrx website and I stumbled upon selectors with props.
The ngrx team said it is deprecated but they didn't provide alternative to it. I want to use selectors with props in my application.
Is there any other alternative to using selectors with props?
If there is, how do I do it?.