are settings persisted?
Hi all,
When i create a settings service, i can populate parameters in there fine, in-between app loads in web + tester on device I can see the settings.
However, if I change a setting from my app, i.e going
MySetings['someParam'] = somevalue
then subsequent loads in the tester the value is reset? Is this just a feature of the tester and when I make an actual build of my app it will persist when the app is reloaded or are settings always reset? If so, why? Surely you'd expect app settings to be persisted?
I know I can use localStorage for saving values, but I want to keep all settings in the settings service and it seems silly that those are not persisted to localstorage if that's not the case?