UNPKG

idle-detector

Version:

[Description:] This library is created to detect the Inactivity of the User. You can specify the Inactivity [timeout] in [milliseconds].

10 lines (9 loc) 426 B
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IdleDetectorComponent implements OnInit { constructor(); ngOnInit(): void; timeoutDetected(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<IdleDetectorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IdleDetectorComponent, "lib-idle-detector", never, {}, {}, never, never>; }