You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
What is the current behavior?
We have an ng4, ngrx 4 application, we have a need when the user clicks on profile we need to open the profile in a new tab. I am not sure if I can share the data or how.
Basically I want to maintain the state between the 2 or more tabs, I am open to using ngrx/db as long as I can keep it as long as those tabs are open.
Expected behavior:
It would be great if I can do that.
Minimal reproduction of the problem with instructions:
Version of affected browser(s),operating system(s), npm, node and ngrx:
Other information:
The text was updated successfully, but these errors were encountered:
"This application utilizes @ngrx/db to persist the collection across sessions; @ngrx/store to manage the state of the app and to cache requests made to the Google Books API; @angular/router to manage "
You can do it through localStorage, using btroncone/ngrx-store-localstorage#40 (comment) for example. DB would probably be a bit more appropriate for that, but I'm not sure how well-supported it is at the moment (unlike localStorage).
I'm submitting a...
What is the current behavior?
We have an ng4, ngrx 4 application, we have a need when the user clicks on profile we need to open the profile in a new tab. I am not sure if I can share the data or how.
Basically I want to maintain the state between the 2 or more tabs, I am open to using ngrx/db as long as I can keep it as long as those tabs are open.
Expected behavior:
It would be great if I can do that.
Minimal reproduction of the problem with instructions:
Version of affected browser(s),operating system(s), npm, node and ngrx:
Other information:
The text was updated successfully, but these errors were encountered: