0.0.1 • Published 3 years ago

@vgaidadei/cursor v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

#Сursor for angular Convenient way to manage mouse and touch events

#How to use

this.cursor.listen(el).subscribe((c: Cursor) => {
  console.log(c)
})
<div (vgListen)="cursor($event)"></div>

...

vgListen(c: Cursor): void {
  console.log(c)
}
0.0.1

3 years ago