ngxs-labs / select-snapshot

🌊 Flexibile decorator that allows to get a snapshot of the state
MIT License
42 stars 4 forks source link

docs: clarify the behavior of `@SelectSnapshot` #156

Closed tnodet closed 8 months ago

tnodet commented 8 months ago

Update the documentation to clarify the fact that the @SelectSnapshot decorator sets up a property getter that will select the latest value on each access.

Closes #155

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[x] Documentation content changes
[ ] Other... Please describe:

Issue Number: #155