Results 2 comments of David Baker

Did you figure anything out here. I'm trying to find out why idle detection runs while users are performing actions on the screen.

This is a hacky way to do it but you can read the expiry date from local storage: > setInterval(() => { this.timeoutTime = localStorage.getItem('ng2Idle.main.expiry'); }, 1000); > > Expiry:...