@omostan/ngx-idle
Version:
A module for responding to idle users in Angular applications. this is a forked version of the original @ng-Idle
10 lines • 538 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@ng-idle/core";
export declare class NgIdleKeepaliveModule {
static forRoot(): ModuleWithProviders<NgIdleKeepaliveModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgIdleKeepaliveModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgIdleKeepaliveModule, never, [typeof i1.NgIdleModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgIdleKeepaliveModule>;
}
//# sourceMappingURL=module.d.ts.map