UNPKG
ngx-address
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A simple address picker in angular.
github.com/cipchk/ngx-address
cipchk/ngx-address
ngx-address
/
components
/
off-click.d.ts
8 lines
(7 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
OnInit
,
OnDestroy
}
from
'@angular/core'
;
export
declare
class
OffClickDirective
implements
OnInit
,
OnDestroy
{
offClickHandler
:
any
;
onClick
(
$event
:
MouseEvent
):
void
;
ngOnInit
():
void
;
ngOnDestroy
():
void
; }