ng-autosize
Version:
Angular Directive that automatically adjusts textarea height to fit content
15 lines (14 loc) • 366 B
JSON
{
"name": "ng-autosize",
"version": "2.0.0",
"description": "Angular directive that automatically adjusts textarea height to fit content",
"author": "stevepapa <dev@stevepapa.com>",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"dependencies": {
"tslib": "^2.8.0"
}
}