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
/
utils
/
chip
/
chip.component.html
4 lines
(3 loc)
•
221 B
HTML
View Raw
1
2
3
4
<
nts-icon
class
=
"icon"
*
ngIf
=
"icon"
size
=
"small"
[
icon
]=
"icon"
>
</
nts-icon
>
<
span
class
=
"label"
>
{{label}}
</
span
>
<
nts-icon
class
=
"remove"
*
ngIf
=
"removable"
size
=
"small"
icon
=
"close"
(
click
)=
"remove.emit(true)"
>
</
nts-icon
>