ng-idle
ng-idle copied to clipboard
Responding to idle users in AngularJS applications.
I'm having hard time triggering inactivity timeout with `cy.tick()` https://docs.cypress.io/api/commands/tick.html#Syntax . `cy.wait()` works fine, but is inpractical . I'm calling `cy.clock()` beforehand to install time mocking functions per `cy.tick()` so...
Multiple select box does not work properly once ngIdle is working. I am using a multiple select box with ng-repeat, filter property.The filter calls repeatedly and resets always.I have found...
If we use same application in multiple tabs, both application uses the same localstorage for storing ngIdle.expiry and one application extends the session of other one. Is there any work...
Hi, Is there a way to change the url string that is provided to KeepaliveProvider.http() dynamically. we have placed KeepaliveProvider.http(url) in routeconfig But the url that is passed will change...
[X] bug report **Current behavior** this subscription must return the web-service response used to update session expiry time "keepalive.onPingResponse.subscribe(response => console.log(response);" **Expected behavior** after subscribe onPingResponce the response.status must return...
I am using @ng-idle/core and @ng-idle/keepalive package for angular 5. Sometimes onTimeout and onIdleStart execute multiple times. It results in multiple warning messages on idle start and multiple logout entries...
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')`...
Hi, I am using server for my two web application internally (with IP Address). These two application uses same localStorage key (ngIdle.expiry) and override each others' expire times. It would...
Hi all I am new to Angular ( working on Angular 5 ) I found this great module and it fits my needs. I manage to make it work fine...
Hi there, Just would like to check with you, Is there a way to keep the **idle.watch() running even when the browser is minimised in mobile**? Am Developing a mobile...