UNPKG

@anexia/ngx-loading-tools

Version:

This library provides a toolset for common loading state management, by providing hackable Loading Strategies and a Http Interceptor.

39 lines 1.09 kB
{ "name": "@anexia/ngx-loading-tools", "description": "This library provides a toolset for common loading state management, by providing hackable Loading Strategies and a Http Interceptor.", "version": "12.0.2", "author": { "email": "sgraziani@anexia-it.com", "name": "Sven Graziani" }, "keywords": [ "interceptor", "angular", "loading", "state", "tool", "dry", "anexia" ], "repository": { "url": "https://github.com/svengraziani/ngx-loading-tools", "type": "git" }, "license": "MIT", "private": false, "peerDependencies": { "@angular/common": "^12.2.0", "@angular/core": "^12.2.0", "@anexia/ngx-interceptor-tools": "^12.0.1" }, "dependencies": { "tslib": "^2.3.0" }, "main": "bundles/anexia-ngx-loading-tools.umd.js", "module": "fesm2015/anexia-ngx-loading-tools.js", "es2015": "fesm2015/anexia-ngx-loading-tools.js", "esm2015": "esm2015/anexia-ngx-loading-tools.js", "fesm2015": "fesm2015/anexia-ngx-loading-tools.js", "typings": "anexia-ngx-loading-tools.d.ts", "sideEffects": false }