Skip to content

Commit 3ae14a2

Browse files
committed
Fixed Module visibility problem
1 parent f2cd6ae commit 3ae14a2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fctrlx-angular-file-reader",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Angular library that helps convert file (from input[type=file]) to base64/arrayBuffer/text using FileReader API.",
55
"keywords": [
66
"angular",
@@ -20,7 +20,7 @@
2020
"author": {
2121
"name": "Alexey Khamitsevich",
2222
"email": "[email protected]",
23-
"url" : "https://github.com/facetrollex"
23+
"url": "https://github.com/facetrollex"
2424
},
2525
"repository": {
2626
"type": "git",

src/public-api.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
*/
44

55
export * from './lib/fctrlx-angular-file-reader.module';
6+
export * from './lib/fctrlx-file-to-base64.directive';
7+
export * from './lib/fctrlx-file-to-text.directive';
8+
export * from './lib/fctrlx-file-to-array-buffer.directive';
9+
export * from './lib/Base';
10+
export * from './lib/converted';

0 commit comments

Comments
 (0)