0.0.1 • Published 4 years ago
@vgaidadei/cursor v0.0.1
#С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
4 years ago