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
/
tooltip
/
tooltip.component.html
11 lines
(10 loc)
•
233 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<div
class
="
tooltip
-
container
" [
ngStyle
]="
{
'top.px'
: options.top,
'right.px'
: options.right,
'bottom.px'
: options.bottom,
'left.px'
: options.left }
" > <p [innerHtml]="
message
"></p> </div>