UNPKG

@ng-idle/core

Version:

A module for detecting and responding to the user becoming idle in Angular applications.

10 lines 491 B
import { ModuleWithProviders, Provider } from '@angular/core'; import * as i0 from "@angular/core"; export declare function provideNgIdle(): Provider[]; export declare class NgIdleModule { static forRoot(): ModuleWithProviders<NgIdleModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgIdleModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgIdleModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<NgIdleModule>; } //# sourceMappingURL=module.d.ts.map