#Angular 14 Session Variables
1 messages · Page 1 of 1 (latest)
Storage, IndexDB, or cookie are basically you only options.
Appreciate the info
If its not to much trouble could you send me a link for the storage?
1 messages · Page 1 of 1 (latest)
What is the best way to handle a variable I want to keep on refresh? I use a REST api and can't just use a session variable I saw on stack overflow some people used a localStorage or SessionStorage with angular 4. So I'm just curious what route I should go?
Storage, IndexDB, or cookie are basically you only options.
Appreciate the info
If its not to much trouble could you send me a link for the storage?