ng-idle
ng-idle copied to clipboard
Customizable local storage key support added.
Hi,
It was necessary to manage storage key of ng-idle from the application for me. I defined two more service method for setting and getting the local storage key.
IdleProvider.setLocalStorageKey('key-postfix')
IdleProvider.getLocalStorageKey()
Regards.
Hello folks, can you merge this pr? I'm needing this too.