Skip to content

Instantly share code, notes, and snippets.

import { Directive, EventEmitter, HostBinding, HostListener, Input, Output } from '@angular/core';
/**
* Generated class for the LongPressDirective directive.
*
* See https://angular.io/docs/ts/latest/api/core/index/DirectiveMetadata-class.html
* for more info on Angular Directives.
*/
@Directive({
selector: '[long-press]'