We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d1d55 commit f2cd6aeCopy full SHA for f2cd6ae
README.md
@@ -18,7 +18,7 @@ import { FctrlxAngularFileReader } from 'fctrlx-angular-file-reader';
18
})
19
```
20
21
-3. Enjoy!
+**Enjoy!**
22
23
# Usage:
24
`<input fileToBase64 type="file" [(files)]="fileModel">`
@@ -47,7 +47,7 @@ import { FctrlxAngularFileReader } from 'fctrlx-angular-file-reader';
47
48
49
# Full example:
50
-
+https://next.plnkr.co/edit/MlwNL3BKXdVtX3Xx?preview
51
52
# Author
53
_Alexey Khamitsevich_
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fctrlx-angular-file-reader",
3
- "version": "1.0.0",
+ "version": "1.0.2",
4
"description": "Angular library that helps convert file (from input[type=file]) to base64/arrayBuffer/text using FileReader API.",
5
"keywords": [
6
"angular",
0 commit comments