File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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" ,
2020 "author" : {
2121 "name" : " Alexey Khamitsevich" ,
222223- "url" : " https://github.com/facetrollex"
23+ "url" : " https://github.com/facetrollex"
2424 },
2525 "repository" : {
2626 "type" : " git" ,
Original file line number Diff line number Diff line change 33 */
44
55export * 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' ;
You can’t perform that action at this time.
0 commit comments