Missing Variables When Refreshing A Page, Angular
I have an edit page with some floor information data (floor name and floor number). When I hard refresh the page I loose the floor information data. It looks like this: . I am not
Solution 1:
You can store in Session Storage. When page loads initially store it in session storage and when you do hard refresh get value from session storage and assign values accordingly.
Post a Comment for "Missing Variables When Refreshing A Page, Angular"