ngx-custom-material-file-input
Version:
File input management for Angular Material
38 lines • 881 B
JSON
{
"name": "ngx-custom-material-file-input",
"version": "20.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/daemons88/ngx-custom-material-file-input"
},
"description": "File input management for Angular Material",
"keywords": [
"angular",
"material",
"file",
"input",
"mat-form-field"
],
"peerDependencies": {
"@angular/cdk": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/material": "^20.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/ngx-custom-material-file-input.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-custom-material-file-input.mjs"
}
},
"sideEffects": false
}