wacom
Version:
Module which has common services and components which can be used on all projects.
62 lines • 1.21 kB
JSON
{
"name": "wacom",
"version": "20.0.22",
"license": "MIT",
"repository": "WebArtWork/wacom",
"keywords": [
"Angular",
"Angular Universal",
"SSR",
"Server-Side Rendering",
"Platform Detection",
"Local Storage",
"Window Object",
"Document Object",
"Navigator Object",
"Device Detection",
"App Version Management",
"Date Version Management",
"Utility Service",
"Core Service",
"Platform Services Initialization",
"IsMobile",
"IsTablet",
"IsWeb",
"IsAndroid",
"IsIos",
"Environment Version",
"Application Version",
"TypeScript",
"Dependency Injection",
"Singleton Service",
"Injectable",
"PLATFORM_ID",
"waw",
"wacom",
"waw angular common",
"Web Art Work framework",
"ngx",
"socket",
"modal",
"image",
"crud",
"file",
"hash",
"web art work"
],
"module": "fesm2022/wacom.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/wacom.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}