UNPKG
ng-fancy-gui
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.0
1.0.1
1.0.0
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
This package contains components, for creating userinterfaces in a Angular app.
ng-fancy-gui
/
lib
/
file.service.d.ts
7 lines
(6 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
FileService
{
constructor
(
);
getBase64
(
file
:
any
):
Promise
<
string
>;
dataURLtoFile
(
dataurl
:
any
,
filename
:
any
):
File
;
getBinary
(
file
:
any
):
Promise
<
string
>; }