Skip to content

Commit

Permalink
Update readme text.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamRClark committed Jun 4, 2021
1 parent 381bf6f commit ac1b465
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ To integrate the file-browse component into your own app, import ngx-file-select
<script src="ngx-file-select.js"></script>
```

### Parameters

* filter - What files you want to display in the search dialog. (Folders can not be hidden)

```html
<file-browse filter="gif|png"></file-browse>
```



## Development server
If you want to run this locally, first run:
Expand Down

0 comments on commit ac1b465

Please sign in to comment.