ngx-device-info
Version:
Angular library which provides device information / type / name and also it provides much more device independent features & informations.
84 lines • 1.81 kB
JSON
{
"name": "ngx-device-info",
"version": "3.0.14",
"peerDependencies": {
"@angular/common": "^21.2.13",
"@angular/core": "^21.2.13"
},
"dependencies": {
"tslib": "^2.3.0"
},
"author": {
"name": "Manojkumar Muthukumar",
"email": "manoj1010196@gmail.com"
},
"homepage": "https://www.beforepost.com/package/ngx/ngx-device-info",
"description": "Angular library which provides device information / type / name and also it provides much more device independent features & informations.",
"icon": "https://icon.beforepost.com/F3K9DD33-RH2MK3E5-RG0GS8AX.svg",
"repository": {
"type": "git",
"url": "https://github.com/manoj10101996/ngx-packages.git"
},
"keywords": [
"angular",
"ngx",
"device",
"info",
"location",
"device-name",
"mobile",
"tablet",
"desktop",
"oriantation",
"hash",
"href",
"port",
"node",
"service",
"date",
"utc",
"date",
"day",
"month",
"online",
"offline",
"permissions",
"height",
"width",
"clientWidth",
"clientHeight",
"geolocation",
"notifications",
"push",
"midi",
"camera",
"microphone",
"speaker",
"device-info",
"background-fetch",
"background-sync",
"bluetooth",
"persistent-storage",
"ambient-light-sensor",
"accelerometer",
"gyroscope",
"magnetometer",
"clipboard",
"display-capture",
"nfc"
],
"license": "MIT",
"module": "fesm2022/ngx-device-info.mjs",
"typings": "types/ngx-device-info.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngx-device-info.d.ts",
"default": "./fesm2022/ngx-device-info.mjs"
}
},
"sideEffects": false,
"type": "module"
}