angular2-promise-buttons
Version:
Chilled loading buttons for angular
33 lines • 938 B
JSON
{
"name": "angular2-promise-buttons",
"version": "6.0.0",
"description": "Chilled loading buttons for angular",
"author": "johannesjo <contact@super-productivity.com> (http://super-productivity.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/johannesjo/angular2-promise-buttons.git"
},
"keywords": [
"angular",
"javascript",
"typescript",
"button",
"promise",
"spinner"
],
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": ">=9.0.4",
"@angular/core": ">=9.0.4"
},
"main": "bundles/angular2-promise-buttons.umd.js",
"module": "fesm2015/angular2-promise-buttons.js",
"es2015": "fesm2015/angular2-promise-buttons.js",
"esm2015": "esm2015/angular2-promise-buttons.js",
"fesm2015": "fesm2015/angular2-promise-buttons.js",
"typings": "angular2-promise-buttons.d.ts",
"sideEffects": false
}