ngx-spinner-loading
Version:
A lightweight Angular loading spinner package with full customization and HTTP interceptor support.
44 lines • 1.06 kB
JSON
{
"name": "ngx-spinner-loading",
"version": "1.0.5",
"description": "A lightweight Angular loading spinner package with full customization and HTTP interceptor support.",
"author": "Thasleeh CM",
"license": "MIT",
"keywords": [
"angular",
"loading",
"spinner",
"loader",
"ngx",
"http-interceptor",
"standalone",
"custom-loader"
],
"homepage": "https://github.com/thalsi/ngx-spinner-loading",
"repository": {
"type": "git",
"url": "git+https://github.com/thalsi/ngx-spinner-loading.git"
},
"bugs": {
"url": "https://github.com/thalsi/ngx-spinner-loading/issues"
},
"peerDependencies": {
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"exports": {
".": {
"default": "./fesm2022/ngx-spinner-loading.mjs",
"types": "./index.d.ts"
},
"./package.json": {
"default": "./package.json"
}
},
"module": "fesm2022/ngx-spinner-loading.mjs",
"typings": "index.d.ts",
"sideEffects": false
}