Local Storage and Cache which is better to save login details.? Is there any difference in them
And how to save data into cache.
I did save data into local storage successfully using the following code :
localStorage.setItem('user',JSON.stringify(this.responseData))