-
-
Notifications
You must be signed in to change notification settings - Fork 69
feat: watch() method #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: watch() method #101
Conversation
@iamwyza @maxime1992 @todian @Blankarsch @isnob46 @xxxTonixxx Hi everyone, as requesters of this feature, I would greatly appreciate you review this PR to check it would match your needs. Documentation is included in the PR. I'm still not 100% sure it's a good idea, because of the first note included in the doc: client-side storage only makes sense for keeping data when the user leaves the application and comes back later; if you just need to track data when the user stays in the application, you do not need to watch and not even to use client-side storage: you just need a variable/property. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only a small error in a angular template
Redone in #108 due to a git issue. |
Fixes #89, #16 and #4