UNPKG

ngx-decorate

Version:

Useful decorators for Angular 2 and above

42 lines (41 loc) 981 B
{ "name": "ngx-decorate", "version": "3.0.3", "description": "Useful decorators for Angular 2 and above", "main": "index.js", "browser": "_bundle/umd.js", "jsdelivr": "_bundle/umd.min.js", "esm5": "_bundle/esm5/index.js", "fesm5": "_bundle/fesm5.js", "module": "_bundle/fesm5.js", "esm2015": "_bundle/esm2015/index.js", "fesm2015": "_bundle/fesm2015.js", "types": "index.d.ts", "typings": "index.d.ts", "keywords": [ "angular", "angular 2", "angular 4", "angular 5", "angular 6", "decorator", "decorators", "ngx", "util", "utility", "utilities" ], "repository": { "type": "git", "url": "git+https://github.com/Alorel/ngx-decorators.git" }, "author": "Alorel <a.molcanovas@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Alorel/ngx-decorators/issues" }, "homepage": "https://alorel.github.io/ngx-decorators/", "peerDependencies": { "tslib": "^1.6.0" } }