@anexia/registry-loading-interceptor
Version:
This library provides an interceptor which maps Http Requests to a Loading State.
39 lines • 1.15 kB
JSON
{
"name": "@anexia/registry-loading-interceptor",
"description": "This library provides an interceptor which maps Http Requests to a Loading State.",
"author": {
"email": "sgraziani@anexia-it.com",
"name": "Sven Graziani"
},
"keywords": [
"interceptor",
"angular",
"loading",
"state",
"tool",
"dry",
"anexia"
],
"repository": {
"url": "https://github.com/svengraziani/loading-registry-interceptor",
"type": "git"
},
"license": "MIT",
"private": false,
"version": "12.1.1",
"peerDependencies": {
"@angular/common": ">=11.0.0",
"@angular/core": ">=11.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"main": "bundles/anexia-registry-loading-interceptor.umd.js",
"module": "fesm2015/anexia-registry-loading-interceptor.js",
"es2015": "fesm2015/anexia-registry-loading-interceptor.js",
"esm2015": "esm2015/anexia-registry-loading-interceptor.js",
"fesm2015": "fesm2015/anexia-registry-loading-interceptor.js",
"typings": "anexia-registry-loading-interceptor.d.ts",
"metadata": "anexia-registry-loading-interceptor.metadata.json",
"sideEffects": false
}