1.0.4 • Published 5 years ago

mat-input-file v1.0.4

Weekly downloads
20
License
-
Repository
-
Last release
5 years ago

MatInputFile

NPM Version Build Status Downloads Stats

mat-input-file is a directive that allows Angular Material matInput elements to work with type file

npm.io

Installation

npm i mat-input-file --save

Usage

  • import MatInputFileModule into your app.module.ts
import { MatInputFileModule } from 'mat-input-file'
  • use component directive directive to make use of component
<mat-input-file></mat-input-file>

Properties

NameType
multipleboolean
disabledboolean
disabledboolean
hiddenboolean

Methods

NameDescription
filesChangereturn object of selected files

Contributing

  1. Fork it (https://github.com/desouky95/MatInputFile/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago