ngx-loading
Version:
A customisable loading spinner for Angular applications.
64 lines • 1.4 kB
JSON
{
"name": "ngx-loading",
"version": "17.0.0",
"description": "A customisable loading spinner for Angular applications.",
"repository": {
"type": "git",
"url": "git+https://github.com/Zak-C/ngx-loading.git"
},
"keywords": [
"Angular",
"ng",
"ngx",
"load",
"loading",
"spinner",
"busy",
"wait",
"loading",
"loading-animations",
"loading-indicator",
"loading-screen",
"loadingview",
"loading-page",
"ngx",
"loadingscreen",
"progress",
"progress-loader",
"progress-indicators",
"progress-circle",
"loaders",
"ivy",
"ngx-loading",
"Angular loading",
"Angular spinner",
"Angular loading spinner"
],
"author": "Zak Cox",
"license": "MIT",
"bugs": {
"url": "https://github.com/Zak-C/ngx-loading/issues"
},
"homepage": "https://github.com/Zak-C/ngx-loading#readme",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/ngx-loading.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-loading.mjs",
"esm": "./esm2022/ngx-loading.mjs",
"default": "./fesm2022/ngx-loading.mjs"
}
},
"sideEffects": false
}