Skip to content

Instantly share code, notes, and snippets.

@wKoza
Created October 16, 2016 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wKoza/5923773fcbef0441375f78c9455769dc to your computer and use it in GitHub Desktop.
Save wKoza/5923773fcbef0441375f78c9455769dc to your computer and use it in GitHub Desktop.
import { Directive } from '@angular/core';
@Directive({
selector: '[appHighlight]'
})
export class HighlightDirective {
constructor() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment