Scenario
After clicking a button (Angular), I hide it. After a specified time, it appears again.
The problem is, if you reload the page it appears again, I want to save the time in the local storage and read the time from it, but I do not know how to do it.