UNPKG

@ng-idle/core

Version:

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

46 lines 1.11 kB
{ "name": "@ng-idle/core", "version": "16.0.0", "description": "A module for detecting and responding to the user becoming idle in Angular applications.", "repository": { "type": "git", "url": "https://github.com/moribvndvs/ng2-idle.git" }, "keywords": [ "angular", "angular2", "ng2-idle", "ng-idle", "idle", "inactive", "timeout", "session" ], "author": "Ng-Idle Team", "license": "Apache-2.0", "bugs": { "url": "https://github.com/moribvndvs/ng2-idle.git/issues" }, "homepage": "https://github.com/moribvndvs/ng2-idle.git#readme", "peerDependencies": { "@angular/common": ">=17.3.10", "@angular/core": ">=17.3.10" }, "dependencies": { "tslib": "^2.6.0" }, "module": "fesm2022/ng-idle-core.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ng-idle-core.mjs", "esm": "./esm2022/ng-idle-core.mjs", "default": "./fesm2022/ng-idle-core.mjs" } }, "sideEffects": false }