UNPKG

ngx-om-material-file-input

Version:
46 lines (45 loc) 1.09 kB
{ "name": "ngx-om-material-file-input", "version": "19.0.1", "license": "MIT", "author": { "name": "Jeremy Legros & O.Mishyn" }, "description": "File input management for Angular Material", "homepage": "https://github.com/omishyn/ngx-om-material-file-input/", "keywords": [ "angular", "material", "file", "input", "mat-form-field" ], "bugs": { "url": "https://github.com/omishyn/ngx-om-material-file-input/issues" }, "repository": { "type": "git", "url": "https://github.com/omishyn/ngx-om-material-file-input" }, "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { "@angular/cdk": ">=19.0.0", "@angular/common": ">=19.0.0", "@angular/core": ">=19.0.0", "@angular/material": ">=19.0.0" }, "module": "fesm2022/ngx-om-material-file-input.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-om-material-file-input.mjs" } }, "sideEffects": false }