You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
I have integrated the @ng-idle/keepalive in my angular 9 project and i am getting the below error.
"ERROR Error: 'seconds' can only be 'false' or a positive number."
Correct integer value is passed to the setIdle as below;
this.idleTimeout = environment.idleTimeoutInSeconds;
// sets an idle timeout in seconds.
idle.setIdle(Number(this.idleTimeout));
Can you please help me getting this resolved.
The text was updated successfully, but these errors were encountered: