Skip to content

Instantly share code, notes, and snippets.

View kawinpop's full-sized avatar

kawinpop Prammanee kawinpop

  • Thailand
View GitHub Profile
import { Directive, HostListener, Output, EventEmitter, Input } from '@angular/core';
@Directive({
selector: '[ng-touch]'
})
export class TouchDirective {
@Output()
touch = new EventEmitter();