UNPKG
ngx-tags
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
To install this library, run:
github.com/WaseemBepari/ngxTags
WaseemBepari/ngxTags
ngx-tags
/
lib
/
directives
/
in-view.directive.d.ts
10 lines
(9 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ElementRef
,
OnChanges
}
from
'@angular/core'
;
export
declare
class
InViewDirective
implements
OnChanges
{
private
el;
InView
:
any
;
private
dropdown;
constructor
(
el
:
ElementRef
);
ngOnChanges
(
values
:
any
):
void
;
setInView
():
void
; }