Liang

Results 2 comments of Liang

Implement your own provider for storing the data: ``` import { LocalStorage } from '@ng-idle/core'; export class MyStorage extends LocalStorage { constructor() { super(); if (sessionStorage) { this['storage'] = sessionStorage;...

This bug can also be reproduced in my project.