UNPKG
@glr/ngx-file-uploader
Version:
latest (4.1.8-Beta)
4.1.8-Beta
4.1.7-Beta
4.1.6-Beta
4.1.5-Beta
4.1.4-Beta
4.1.3-Beta
An angular file uploader library
github.com/glr/ngxfileuploader
glr/ngxfileuploader
@glr/ngx-file-uploader
/
typings
/
directives
/
imgPreview.directive.d.ts
8 lines
(7 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ElementRef
,
OnChanges
}
from
'@angular/core'
;
export
declare
class
ImagePreviewDirective
implements
OnChanges
{
private
el;
image
:
any
;
constructor
(
el
:
ElementRef
);
ngOnChanges
():
any
; }