UNPKG
@nghacks/uploader
Version:
latest (0.1.1)
0.1.1
0.1.0
Image and file uploader for angular
ng-hack.web.app
abdunnahid/nghacks
@nghacks/uploader
/
lib
/
services
/
uploader.service.d.ts
5 lines
(4 loc)
•
113 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
UploaderService
{
constructor
(
);
getBase64
(
file
:
any
):
Promise
<[
string
,
string
]>; }