UNPKG
nts-ng2-components
Version:
latest (0.9.6)
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.2
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Paquete de componentes para Angular2 desarrollado por NITSNETS.
nts-ng2-components
/
src
/
components
/
ui
/
button-file
/
button-file.component.html
15 lines
(14 loc)
•
321 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<nts-button (click)=
"onClick()"
[
iconRight
]=
"iconRight"
[
color
]=
"color"
[
icon
]=
"icon"
[
label
]=
"label"
[
sublabel
]=
"sublabel"
[
size
]=
"size"
[
disabled
]=
"disabled"
></nts-button> <input type=
"file"
(change)=
"fileChanged.emit($event.target.value)"
[
accept
]=
"fileType || null"
>