ng4-input-counter
Version:
A very cool input which display characters counter and can be configured to display counter bounds.
40 lines (39 loc) • 814 B
JSON
{
"name": "ng4-input-counter",
"version": "0.1.4",
"repository": {
"type": "git",
"url": "https://github.com/MadDeveloper/ng4-input-counter.git"
},
"author": {
"name": "maddeveloper",
"email": "sergent.julien@icloud.com"
},
"keywords": [
"angular",
"ng4",
"ng2",
"angular 4",
"angular 2",
"angular2",
"angular4",
"input",
"counter",
"countdown",
"bootstrap",
"character"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MadDeveloper/ng4-input-counter.git/issues"
},
"module": "ng4-input-counter.js",
"typings": "ng4-input-counter.d.ts",
"peerDependencies": {
"@angular/core": "^4.0.0",
"@angular/forms": "^4.2.2",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4",
"bootstrap": "^4.0.0-alpha.6"
}
}